github_actions_delete_workflow_run
Delete a specific workflow run from a GitHub Actions workflow by providing the repository owner, name, and run ID. Helps clean up workflow runs.
Instructions
Delete a workflow run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| run_id | Yes | run_id |