microtema/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
Runtime
Deprecated runtime
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
repoRepo owner & name, slash separated, only set if invoking a workflow in a different repono
workflow_timeout_secondsTime until giving up waiting for the start of the workflow run.no300

no outputs