get_failed_jobs
Get all failed jobs from a GitHub Actions workflow run. Input a repository and run ID to return job names, IDs, and URLs.
Instructions
List only failed jobs for a workflow run. Input: {repo: "owner/repo", runId: number}. Returns jobs with conclusion=failure: name, databaseId, url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| runId | Yes | Workflow run ID (from check URL) |