omnilogy/set-status-of-the-commit
Set status of the commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Auth token | no | ${{ github.token }} |
| status | status of the commit "error" | "failure" | "pending" | "success" | no | success |
| repo | Repository name (current by default) | no | — |
| sha | The SHA hash of the commit to be updated. It can be determined automatically for pushes and pull requests, but must be provided for other events | no | ${{ github.sha }} |
| targetUrl | The target URL to be associated with this status. This URL will be linked from the GitHub UI for easy access to the status source | no | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| artifacts | Artifacts | no | — |
| context | A label to distinguish this status from other system statuses. | no | BuiltArtifact |
Outputs
no outputs