github_actions_get_workflow_run
Retrieve details of a specific GitHub Actions workflow run by owner, repo, and run ID. Optionally exclude pull requests from the response.
Instructions
Get a workflow run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| run_id | Yes | run_id | |
| exclude_pull_requests | No | If `true` pull requests are omitted from the response (empty array). |