wonyoungchoi/workflow-run-status-action

Updates a commit status to the Pull Request that triggered the `workflow_run` event.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenGITHUB_TOKEN${{ github.token }}
contextA string label to differentiate this status from the status of other systems.${{ github.workflow }} / ${{ github.job }}
messageA short description of the status.
message_on_pendingOverrides `message` if job is pending.
message_on_successOverrides `message` if job is successfully finished.
message_on_failureOverrides `message` if job is failure.
message_on_runningOverrides `message` if job is running.

no outputs