cancel_run
Stop a GitHub Actions workflow run that is currently queued or in progress by providing the repository owner, repository name, and run ID.
Instructions
Cancel a workflow run that is in progress or queued.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or org) | |
| repo | Yes | Repository name | |
| run_id | Yes | Workflow run ID |