gha_trigger_workflow
Trigger GitHub Actions workflow_dispatch events to manually start CI/CD pipelines with specified repository, workflow file, branch, and inputs.
Instructions
Trigger a workflow_dispatch event
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in owner/repo format | |
| workflow | Yes | Workflow file name (e.g., 'ci.yml') | |
| ref | Yes | Branch or tag to run on | |
| inputs | No | Workflow inputs |