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