replicatedhq/Wait For
Wait for checks on a ref to complete successfully
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | no | ${{ github.token }} |
| ref | The ref to wait for | no | ${{ github.ref }} |
| timeout | Timeout in seconds | no | 600 |
| interval | Polling interval in seconds | no | 10 |
| check-name | Check name to wait for. Overrids check-regexp if both are set | no | "" |
| check-regexp | Check name regexp to wait for | no | "" |
| ok-conclusions | The job conclusions accepted as successful, comma separated | no | success,skipped |
Outputs
no outputs