hkusu/Status Create Action
This is a GitHub Action to create commit statuses for a given SHA.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| sha | — | yes | — |
| state | — | yes | — |
| target-url | — | no | https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| description | — | no | — |
| context | — | no | ${{ github.workflow }} |
| repository | — | yes | ${{ github.repository }} |
| github-token | — | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| result | `success` or `failure` is set. |