We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb87c40 commit 1dc334aCopy full SHA for 1dc334a
.github/workflows/deploy-docs-adhoc.yml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
36
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
37
- ARTIFACTORY_BUILD_NAME: ${{ github.event.repository.name }}-${{ steps.branch-name.outputs.branch }}
+ ARTIFACTORY_BUILD_NAME: ${{ github.event.repository.name }}-${{ inputs.branch-or-tag }}
38
ARTIFACTORY_BUILD_NUMBER: ${{ github.run_id }}
39
ARTIFACTORY_BUILD_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
40
ARTIFACTORY_USER_AGENT_NAME: GitHub Actions
0 commit comments