108yen/Set Commit Status Action
A Github action for set github commit status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| status | The status to be set for commit ("error", "failure", "pending", "success") | yes | — |
| sha | Commit hash for which the status is to be set | yes | — |
| context | Context of status | no | — |
| description | Description of status | no | — |
| github_token | Token with status write permission. Do not specify this. | no | ${{ github.token }} |
| job_id | Job id on which this action is running. | no | ${{ github.job }} |
Outputs
no outputs