omnilogy/set-status-of-the-commit

Set status of the commit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenAuth tokenno${{ github.token }}
statusstatus of the commit "error" | "failure" | "pending" | "success"nosuccess
repoRepository name (current by default)no
shaThe SHA hash of the commit to be updated. It can be determined automatically for pushes and pull requests, but must be provided for other eventsno${{ github.sha }}
targetUrlThe target URL to be associated with this status. This URL will be linked from the GitHub UI for easy access to the status sourceno${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
artifactsArtifactsno
contextA label to distinguish this status from other system statuses.noBuiltArtifact

no outputs