omkarkhatavkar/wait-for-status-checks
GitHub Action for wait for status API's result. Pass or Fail based on allowed-conclusion.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | github commit head ref. | yes | ${{ github.head_ref }} |
| context | context string to filter the statuses api. | yes | — |
| wait-interval | Time to wait between polling (in seconds). | no | 300 |
| count | Number of times to poll before timing out. | no | 12 |
Outputs
| name | description |
|---|---|
| result | failure or success result of the status |