108yen/Set Commit Status Action

A Github action for set github commit status

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Aug 29, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: 108yen/set-commit-status@8bcf79771b6e439be900493da45f37ad81e3b497 # v1.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
statusThe status to be set for commit ("error", "failure", "pending", "success")yes
shaCommit hash for which the status is to be setyes
contextContext of statusno
descriptionDescription of statusno
github_tokenToken with status write permission. Do not specify this.no${{ github.token }}
job_idJob id on which this action is running.no${{ github.job }}

no outputs