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 04f7122 commit 4842e0eCopy full SHA for 4842e0e
.github/workflows/workflow-restarter.yml
@@ -49,11 +49,11 @@ jobs:
49
echo "Retry count has reached the limit"
50
echo "::set-output name=should_retry::false"
51
env:
52
- SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
54
- name: Re-run failed jobs
55
if: ${{ steps.check-retry.outputs.should_retry == 'true' }}
56
run: gh run rerun --failed ${{ inputs.run_id }} --repo ${{ inputs.repo }}
57
continue-on-error: true
58
59
0 commit comments