int128/rerun-workflows-action
Rerun failed workflow runs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| event | Event name of workflow runs | no | — |
| sha | Commit SHA of workflow runs | no | — |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| workflow-runs-count | Number of workflow runs attempted to rerun |
| rerun-success-count | Number of workflow runs where the rerun request was accepted by GitHub API |
| rerun-failure-count | Number of workflow runs where the rerun request failed |