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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A Github API authentication token | no | ${{ github.token }} |
| update-commit-status | enable / disable commit status updates | no | true |
| accept | Create Commit Status "accept" parameter (header) | no | application/vnd.github.v3+json |
| owner | Create Commit Status "owner" parameter (path) | no | — |
| repo | Create Commit Status "repo" parameter (path) | no | — |
| sha | Create Commit Status "sha" parameter (path) | no | — |
| target_url | Create Commit Status "target_url" parameter (body) | no | — |
| description | Create Commit Status "description" parameter (body) | no | — |
| context | Create Commit Status "context" parameter (body) | no | — |
Outputs
| name | description |
|---|---|
| repositoryOwner | The 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. |
| repositoryName | The 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. |
| commitSHA | The 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. |