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 0d3cee7 commit 0257d16Copy full SHA for 0257d16
1 file changed
.github/workflows/main.yml
@@ -42,6 +42,6 @@ jobs:
42
- name: Get expected commit
43
run: |
44
echo ${{ needs.circleci_artifacts_redirector_job.outputs.url }}
45
- echo $GITHUB_SHA
+ echo ${{ github.event.sha }}
46
- name: Check the URL
47
- run: curl --fail ${{ needs.circleci_artifacts_redirector_job.outputs.url }} | grep $GITHUB_SHA
+ run: curl --fail ${{ needs.circleci_artifacts_redirector_job.outputs.url }} | grep ${{ github.event.sha }}
0 commit comments