get-workflow
Retrieve details of a specific GitHub Actions workflow by ID or filename to inspect its configuration, triggers, and metadata. Simplifies locating workflow information without browsing the repository.
Instructions
Get details of a specific GitHub Actions workflow by ID or filename.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| workflow_id | Yes | Workflow ID (number) or filename (e.g. ci.yml) |