actions-marketplace-validations/Workflow Dispatch

Trigger and chain GitHub Actions workflows with workflow_dispatch events

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 3, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/benc-uk_workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

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

no outputs