wonyoungchoi/workflow-run-status-action
Updates a commit status to the Pull Request that triggered the `workflow_run` event.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN | — | ${{ github.token }} |
| context | A string label to differentiate this status from the status of other systems. | — | ${{ github.workflow }} / ${{ github.job }} |
| message | A short description of the status. | — | — |
| message_on_pending | Overrides `message` if job is pending. | — | — |
| message_on_success | Overrides `message` if job is successfully finished. | — | — |
| message_on_failure | Overrides `message` if job is failure. | — | — |
| message_on_running | Overrides `message` if job is running. | — | — |
Outputs
no outputs