octodemo-resources/GitHub commit status action

Creates a GitHub commit status

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe fully qualified name of the repository, e.g. octodemo/my-repono${{ github.repository }}
shaThe 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 }}
contextThe context name of the status, a string label to differentiate this status from the status of other systems.yes
stateThe state of the status, can be one of error, failure, pending, or success.nosuccess
descriptionA short description of the status, limited to 256 character.no
target_urlAn optional URL to associate with the status.no
tokenThe GitHub token to use for authentication. Defaults to the token provided by the GitHub Actions environment.no${{ github.token }}
github_api_urlThe GitHub REST API URL to use. Defaults to the GitHub API provided by the GitHub Actions environment.no${{ github.api_url }}

no outputs