Skip to content

Commit

Permalink
Tweaking rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Sep 17, 2024
1 parent ede194b commit 12d7cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rerun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ on:
required: true
jobs:
rerun:
permissions:
actions: write
runs-on: ubuntu-latest
steps:
- name: rerun ${{ inputs.run_id }}
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
GH_DEBUG: api
run: |
gh run watch ${{ inputs.run_id }} > /dev/null 2>&1
gh run rerun ${{ inputs.run_id }} --failed

0 comments on commit 12d7cc5

Please sign in to comment.