jchen1/Wait for Green
Wait for commit statuses and checks to become green
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Likely secrets.GITHUB_TOKEN. | yes | — |
| commit | Commit hash to check. Defaults to $GITHUB_HEAD_REF ?? $GITHUB_SHA. | no | — |
| ignored_checks | Either a comma-separated list of check/status names to ignore or a regex wrapped in /.../. | no | — |
| check_interval | How often to check for status checks, in seconds. Defaults to 10. Useful if you are running this action in many places and are getting rate limited. | no | — |
| max_attempts | How many times to check statuses and checks before timing out. Defaults to 1000. | no | — |
Outputs
| name | description |
|---|---|
| success | "true" if all statuses are successful or skipped and "false" otherwise |