eladchen/Commit Status

Update / Create commit status of a given SHA. See https://docs.github.com/en/rest/reference/repos#create-a-commit-status *Note*: This action is crafted in mind of workflows triggered by Ben Rodriguez (Bot). The action however, can be 100% configured for custom usage (using the action inputs).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenA Github API authentication tokenno${{ github.token }}
update-commit-statusenable / disable commit status updatesnotrue
acceptCreate Commit Status "accept" parameter (header)noapplication/vnd.github.v3+json
ownerCreate Commit Status "owner" parameter (path)no
repoCreate Commit Status "repo" parameter (path)no
shaCreate Commit Status "sha" parameter (path)no
target_urlCreate Commit Status "target_url" parameter (body)no
descriptionCreate Commit Status "description" parameter (body)no
contextCreate Commit Status "context" parameter (body)no
namedescription
repositoryOwnerThe repository owner is the organization name / github user that owns the repository used by this run. Note: This output will only be set when the workflow has inputs matching those set when Ben Rodriguez (Bot) triggers the run.
repositoryNameThe repository name used by this run. Note: This output will only be set when the workflow has inputs matching those set when Ben Rodriguez (Bot) triggers the run.
commitSHAThe commit SHA used by this run. Note: This output will only be set when the workflow has inputs matching those set when Ben Rodriguez (Bot) triggers the run.