File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8282 ARTIFACTORY_BUILD_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
8383 ARTIFACTORY_USER_AGENT_NAME : GitHub Actions
8484 ARTIFACTORY_USER_AGENT_VERSION : Unknown
85- ARTIFACTORY_VCS_REVISION : ${{ github.sha }
85+ ARTIFACTORY_VCS_REVISION : ${{ github.sha }}
8686 run : |
8787 ./gradlew publishArtifacts \
8888 --stacktrace \
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 ARTIFACTORY_BUILD_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
152152 ARTIFACTORY_USER_AGENT_NAME : GitHub Actions
153153 ARTIFACTORY_USER_AGENT_VERSION : Unknown
154- ARTIFACTORY_VCS_REVISION : ${{ github.sha }
154+ ARTIFACTORY_VCS_REVISION : ${{ github.sha }}
155155 run : |
156156 ./gradlew publishArtifacts \
157157 --stacktrace \
You can’t perform that action at this time.
0 commit comments