Skip to content

Commit e3deca2

Browse files
Update internalArticatory.yml
updated the Internal artifact deploy
1 parent d4caecf commit e3deca2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/internalArticatory.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ env:
77

88
on:
99
workflow_dispatch:
10+
inputs:
11+
deploy_branch:
12+
description: 'Specify the branch foe which snapshot required'
13+
required: true
1014
jobs:
1115
build-and-deploy-artifactory:
1216
runs-on: ubuntu-latest
@@ -15,6 +19,8 @@ jobs:
1519
steps:
1620
- name: Checkout
1721
uses: actions/checkout@v4
22+
with:
23+
ref: ${{ github.event.inputs.deploy_branch }}
1824

1925
- name: Set up Java ${{ env.JAVA_VERSION }}
2026
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)