get_workflow
Retrieve details of a specific GitHub Actions workflow by providing the repository owner, repo name, and workflow ID or filename. Use this tool to manage and monitor workflow execution status and configurations directly through the GitHub API.
Instructions
Get details of a specific workflow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name | |
workflowId | Yes | The ID of the workflow or filename |