github_get_workflow_run
Retrieve detailed status of a GitHub Actions workflow run, including each job's status, to monitor and troubleshoot CI/CD pipelines.
Instructions
Get detailed information about a specific workflow run, including its jobs and their statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| runId | Yes | The numeric workflow run ID |