octodemo-resources/GitHub commit status action
Creates a GitHub commit status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The fully qualified name of the repository, e.g. octodemo/my-repo | no | ${{ github.repository }} |
| sha | The SHA of the commit to set the status on. Detects the correct place to apply the status based off the event for the trigger. | no | ${{ github.sha }} |
| context | The context name of the status, a string label to differentiate this status from the status of other systems. | yes | — |
| state | The state of the status, can be one of error, failure, pending, or success. | no | success |
| description | A short description of the status, limited to 256 character. | no | — |
| target_url | An optional URL to associate with the status. | no | — |
| token | The GitHub token to use for authentication. Defaults to the token provided by the GitHub Actions environment. | no | ${{ github.token }} |
| github_api_url | The GitHub REST API URL to use. Defaults to the GitHub API provided by the GitHub Actions environment. | no | ${{ github.api_url }} |
Outputs
no outputs