k1low/Rerun Failed Jobs
Reruns failed jobs, optionally only when specific patterns are found in logs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run_id | The workflow run ID to rerun | yes | — |
| pattern | Pattern to search for in logs (newline-separated for multiple). If omitted, rerun unconditionally | no | — |
| job | Job name(s) to check (newline-separated for multiple). Narrows log search scope when used with pattern. When used alone, reruns only if any specified job failed | no | — |
| github_token | GitHub Token with actions:write permission | — | ${{ github.token }} |
| max_attempts | Maximum run attempts to allow retry | — | 3 |
Outputs
| name | description |
|---|---|
| reran | Whether the failed jobs were rerun (true/false) |