mattmoor/Check Run
This action write a check run status to an input SHA.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sha | The commit sha to associate the check run with. | yes | — |
| name | The name of the check run. | yes | — |
| token | GitHub token for API access. Defaults to GITHUB_TOKEN. | no | ${{ github.token }} |
| status | The status of the check run. | no | ${{ job.status }} |
Outputs
no outputs