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