github_get_workflow_run
Retrieve detailed information about a specific GitHub Actions workflow run by providing the repository (owner/repo) and run ID to inspect status, logs, and results.
Instructions
獲取特定工作流運行的詳細資訊
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | 工作流運行 ID | |
| repository | Yes | 倉庫標識 (格式: owner/repo) |