github_get_workflow_run
Retrieve details of a specific GitHub Actions workflow run using owner, repository, and run ID.
Instructions
Get details of a specific workflow run.
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 |