step-security/set-commit-status

Updates the status of the given commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenAuthentication tokenno${{ github.token }}
statusCommit status (one of "error", "failure", "pending", "success")nopending
repoRepository to operate on (defaults to the current repository)no
allowForksWhether to allow to set commit status if the request comes from a forked repository. Defaults to `false` because the GITHUB_TOKEN for a forked repository usually does not have necessary permissions to update the commit status. This only affects pull requests. nofalse
shaThe SHA hash of the commit to update. It can be determined automatically for pushes and pull requests, but needs to be provided for other events. no""
targetUrlThe 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${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
descriptionA short description of the status.no
contextA string label to differentiate this status from the status of other systems.no${{ github.workflow }}

no outputs