Skip to content

Commit 327d2d6

Browse files
committed
FIX: Follow
1 parent 0257d16 commit 327d2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
echo ${{ needs.circleci_artifacts_redirector_job.outputs.url }}
4545
echo ${{ github.event.sha }}
4646
- name: Check the URL
47-
run: curl --fail ${{ needs.circleci_artifacts_redirector_job.outputs.url }} | grep ${{ github.event.sha }}
47+
run: curl -L --fail ${{ needs.circleci_artifacts_redirector_job.outputs.url }} | grep ${{ github.event.sha }}

0 commit comments

Comments
 (0)