curtbushko/commit-status-action
A github action to update the status on a commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or your own token if you need to update status checks to another repo | yes | — |
| state | The status of the check: success, error, failure, pending or cancelled | yes | — |
| context | The context, this is displayed as the name of the check | no | default |
| description | Short text explaining the status of the check | no | "" |
| owner | Repostory owner | no | ${{ github.repository_owner }} |
| repository | Repository | no | ${{ github.repository }} |
| sha | SHA of commit to update status on | no | ${{ github.sha }} |
| details_url | URL/URI to use for further details. | no | — |
Outputs
no outputs