noirbizarre/Need checks
Verify or wait for commit status check
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with proper permissions to query the API | — | ${{ github.token }} |
| repository | GitHub repository to wait for | — | ${{ github.repository }} |
| ref | git ref to check status on | — | ${{ github.ref }} |
| workflow | Restrict checks to a given workflow | — | — |
| wait | Wait for all status check | — | false |
| wait_interval | time interval (in seconds) between checks while waiting | — | 60 |
| wait_timeout | max time to wait if defined | — | — |
| conclusions | comma separated list of accepted conclusions | — | success,skipped |
Outputs
no outputs