scribd/Check Commit Status
GitHub Action to confirm commit statuses are their expected values.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check | The status check(s) to validate. | yes | — |
| status | The expected status. Can be 'error', 'failure', 'pending' or 'success' | no | success |
| github-token | The GitHub token to use. Only necessary to set if posting to a different repository. | yes | — |
| repo | The repository to check in. Only necessary to set if posting to a different repository. | no | ${{ github.repository }} |
| commit | The commit to check. | yes | ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} |
Outputs
| name | description |
|---|---|
| success | The provided check(s) matches the expected status. |