open-context_get_github_action
Fetch and cache GitHub Actions metadata, inputs, and outputs from the GitHub API to understand action specifications and requirements.
Instructions
Fetch and cache information about GitHub Actions from GitHub API, including action metadata, inputs, and outputs
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | Yes | GitHub repository in format 'owner/repo' (e.g., 'actions/checkout', 'docker/setup-buildx-action') | |
| version | No | Specific version/tag of the action (optional, defaults to latest release) |