Skip to content

Commit 0257d16

Browse files
committed
FIX: Name
1 parent 0d3cee7 commit 0257d16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Get expected commit
4343
run: |
4444
echo ${{ needs.circleci_artifacts_redirector_job.outputs.url }}
45-
echo $GITHUB_SHA
45+
echo ${{ github.event.sha }}
4646
- name: Check the URL
47-
run: curl --fail ${{ needs.circleci_artifacts_redirector_job.outputs.url }} | grep $GITHUB_SHA
47+
run: curl --fail ${{ needs.circleci_artifacts_redirector_job.outputs.url }} | grep ${{ github.event.sha }}

0 commit comments

Comments
 (0)