Skip to content

Commit

Permalink
Update re-run workflow (#2805)
Browse files Browse the repository at this point in the history
This updates the name of the re-run workflow, and disables debug logging
for API calls.
  • Loading branch information
Mrtenz authored Oct 7, 2024
1 parent 249fb25 commit c81b198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/re-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ on:
required: true

jobs:
rerun:
re-run:
name: Re-run failed jobs (${{ inputs.run-id }})
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: rerun ${{ inputs.run-id }}
- name: Re-run ${{ 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 c81b198

Please sign in to comment.