get_github_action
Retrieve detailed GitHub Action specifications including required inputs, parameters, and configuration details for workflow integration.
Instructions
Get detailed information about a specific GitHub Action, including inputs and their requirements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner of the action (username or organization) | |
| repo | Yes | Repository name of the action | |
| path | No | Path to the action.yml or action.yaml file (usually just 'action.yml') | |
| ref | No | Git reference (branch, tag, or commit SHA, default: main) | |
| token | No | GitHub personal access token (optional) |