github_get_run_logs
Retrieve the download URL for GitHub Actions workflow run logs by providing the owner, repository, and run ID. Get direct access to workflow execution logs for debugging and analysis.
Instructions
Get the download URL for workflow run logs (returns a redirect URL).
Args: owner: Repository owner repo: Repository name run_id: Workflow run ID session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| run_id | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |