get-workflow-run
Retrieve the status of a GitHub Actions workflow run, either the latest or a specific run by ID, with filters for status or workflow.
Instructions
Get the latest or a specific GitHub Actions workflow run status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| run_id | No | Specific run ID. If omitted, returns the latest run. | |
| status | No | Filter runs by status | |
| workflow_id | No | Filter by workflow ID when fetching latest run |