andarist/Create commit status
A simple GitHub action that create a commit status using the GitHub API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| state | The state of the status. Can be one of 'error', 'failure', 'pending', or 'success'. | yes | — |
| description | A short description of the status. | yes | — |
| context | A string label to differentiate this status from the status of other systems. | yes | — |
| target_url | The target URL to associate with this status. This URL will be linked from the GitHub UI to allow users to easily see the source of the status. | no | — |
| sha | A commit for which to create a status. | no | — |
Outputs
no outputs