actions_run_trigger
Trigger a GitHub Actions workflow run by specifying owner, repo, workflow ID, and ref. Pass inputs to start a build or deployment.
Instructions
Trigger a GitHub Actions workflow run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | The git reference for the workflow (e.g. branch name or tag). | |
| repo | Yes | ||
| owner | Yes | ||
| inputs | No | Input keys and values configured in the workflow file. | |
| workflow_id | Yes | The ID of the workflow or the workflow file name. |