github_get_workflow_run_jobs
Retrieve the jobs for a specific GitHub Actions workflow run by providing the repository and run ID. Use it to inspect job statuses, steps, and outcomes.
Instructions
獲取工作流運行的任務列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | 工作流運行 ID | |
| repository | Yes | 倉庫標識 (格式: owner/repo) |