trigger_workflow
Trigger a GitHub Actions workflow on a specified branch with optional JSON inputs to automate builds, tests, or deployments.
Instructions
Trigger a GitHub Actions workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | main | |
| inputs | No | JSON string of inputs | |
| workflow | Yes | Workflow file name |