microtema/Workflow Dispatch
Trigger and chain GitHub Actions workflows with workflow_dispatch events
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 | — |
| workflow_timeout_seconds | Time until giving up waiting for the start of the workflow run. | no | 300 |
Outputs
no outputs