actions-marketplace-validations/GitHub Check Runs Action
Create and manage one or more GitHub check runs per job.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | your GITHUB_TOKEN | yes | — |
| collection | the name of your check collection | no | — |
| id | the step ID related to this check | no | — |
| checks | the checks you want to manage | no | — |
| name | the name of your check | yes | — |
| conclusion | the conclusion of your check | yes | — |
| status | the status of your check | no | — |
| action_url | the url to call back to when using `action_required` as conclusion or with `actions` | no | — |
| output | the output of your check | no | — |
| annotations | the annotations of your check | no | — |
| images | the images of your check | no | — |
| actions | the actions of your check | no | — |
| fail-on-error | step will fail if specified `conclusion` is not `success` or `neutral` | no | — |
| fail-on-neutral | step will fail if specified `conclusion` is `neutral` | no | — |
Outputs
no outputs