github_get_workflow_logs
Retrieve and parse execution logs for a GitHub Actions workflow run, returning structured per-job logs with error extraction.
Instructions
Retrieve and parse the execution logs for a specific workflow run. Returns structured per-job logs with error extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| runId | Yes | Workflow run ID |