shqear93/Rerun Checks
Rerun specified GitHub checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check-names | Comma-separated list of check names to rerun. Pass '*' to rerun every check with a 'failure' conclusion instead of naming each one. | yes | — |
| github-token | GitHub token | yes | — |
| target-branch | Branch for which checks should be rerun. If not provided, the branch of the pull request that triggered the workflow is used | no | — |
| page-size | GitHub API per_page option | no | — |
Outputs
| name | description |
|---|---|
| rerun-checks | Comma-separated list of check names that were successfully rerun |
| not-found-checks | Comma-separated list of check names that were not found |
| already-running-checks | Comma-separated list of check names that were already running |
| result | JSON object summarizing the run, for steps that want to parse it instead of splitting the comma-separated outputs: { "rerunChecks": [...], "notFoundChecks": [...], "alreadyRunningChecks": [...] } |