gha_get_run_logs
Fetch logs for GitHub Actions workflow runs to monitor CI/CD pipelines, diagnose failures, and filter by job name or search terms.
Instructions
Fetch logs for a workflow run
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in owner/repo format | |
| run_id | Yes | Workflow run ID | |
| job | No | Filter to specific job name | |
| grep | No | Filter log lines containing this string | |
| tail | No | Return only last N lines |