mikeee/create-commit-status-action
Create/set commit statuses.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 20, 2024
- License
- Apache 2.0
Pinned Snippet
uses: mikeee/create-commit-status-action@901fea29bff590b6a88f42331d10136ac1a4df46 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token used for the GitHub Rest API | yes | ${{ github.token }} |
| repository-owner | The repository owner of the commit status to be set | yes | ${{ github.repository_owner }} |
| repository | The repository of the commit status to be set | yes | ${{ github.repository }} |
| sha | The sha for the status to be added to | yes | ${{ github.sha }} |
| state | The commit status, will default to failure if unset | yes | failure |
| target-url | The URL for contextual information on the run Set this as "" to hide the details url placeholder | no | — |
| description | An optional description for the commit status | no | — |
| context | A short label to differentiate between other commit statuses | no | default |
Outputs
no outputs