108yen/Set Commit Status Action
A Github action for set github commit status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Aug 29, 2026
- License
- MIT
Pinned Snippet
uses: 108yen/set-commit-status@8bcf79771b6e439be900493da45f37ad81e3b497 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
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