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