mikeee/create-commit-status-action

Create/set commit statuses.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 20, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: mikeee/create-commit-status-action@901fea29bff590b6a88f42331d10136ac1a4df46 # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
tokenThe token used for the GitHub Rest APIyes${{ github.token }}
repository-ownerThe repository owner of the commit status to be setyes${{ github.repository_owner }}
repositoryThe repository of the commit status to be setyes${{ github.repository }}
shaThe sha for the status to be added toyes${{ github.sha }}
stateThe commit status, will default to failure if unsetyesfailure
target-urlThe URL for contextual information on the run Set this as "" to hide the details url placeholder no
descriptionAn optional description for the commit statusno
contextA short label to differentiate between other commit statusesnodefault

no outputs