Skip to content

Commit 1dc334a

Browse files
committed
[CI] Update inputs refname for ARTIFACTORY_BUILD_NAME
Signed-off-by: onobc <[email protected]>
1 parent bb87c40 commit 1dc334a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs-adhoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
3636
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
37-
ARTIFACTORY_BUILD_NAME: ${{ github.event.repository.name }}-${{ steps.branch-name.outputs.branch }}
37+
ARTIFACTORY_BUILD_NAME: ${{ github.event.repository.name }}-${{ inputs.branch-or-tag }}
3838
ARTIFACTORY_BUILD_NUMBER: ${{ github.run_id }}
3939
ARTIFACTORY_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
4040
ARTIFACTORY_USER_AGENT_NAME: GitHub Actions

0 commit comments

Comments
 (0)