get_run_logs
Retrieve workflow run logs from GitHub Actions to analyze CI/CD execution details and troubleshoot issues.
Instructions
Get logs URL for a workflow run. GitHub returns a redirect to a zip file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or org) | |
| repo | Yes | Repository name | |
| run_id | Yes | Workflow run ID |