step-security/Workflow Dispatch

Trigger and chain GitHub Actions workflows with workflow_dispatch events

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflowName, filename or ID of workflow to runyes
tokenGitHub token with repo write access, only required if the workflow is in a different repositoryno${{ github.token }}
inputsInputs to pass to the workflow, must be a JSON stringno
refThe reference can be a branch, tag, or a commit SHAno${{ github.head_ref || github.ref }}
repoRepo owner & name, slash separated, only set if invoking a workflow in a different repono
wait-for-completionWhether to wait for the workflow run to complete before finishing this actionnofalse
wait-timeout-secondsMaximum time in seconds to wait for the workflow run to complete before timing out (only applies if wait-for-completion is true)no900
wait-interval-secondsInterval in seconds between polls (only applies if wait-for-completion is true)no5
sync-statusWhether to set the status of this action to failed if the triggered workflow run fails, or is cancelled. Only applies if wait-for-completion is true.nofalse
namedescription
runIdThe ID of the workflow run that was triggered
runUrlThe API URL of the workflow run that was triggered
runUrlHtmlThe HTML URL of the workflow run that was triggered
workflowIdThe ID of the workflow that was triggered