actions-marketplace-validations/Workflow Dispatch
Trigger and chain GitHub Actions workflows with workflow_dispatch events
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 3, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/benc-uk_workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow | Name, filename or ID of workflow to run | yes | — |
| token | GitHub token with repo write access, only required if the workflow is in a different repository | no | ${{ github.token }} |
| inputs | Inputs to pass to the workflow, must be a JSON string | no | — |
| ref | The reference can be a branch, tag, or a commit SHA | no | — |
| repo | Repo owner & name, slash separated, only set if invoking a workflow in a different repo | no | — |
Outputs
no outputs