gha_trigger_workflow
Trigger GitHub Actions workflows manually by sending workflow_dispatch events to specified repositories, branches, and workflows with custom 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 |