gh_get_workflow
Retrieve details of a specific GitHub Actions workflow by providing owner, repository, and workflow ID.
Instructions
Get details of a specific GitHub Actions workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| path | Yes | ||
| state | Yes |