get_github_action_versions_and_args
Fetch the latest Git tag and action.yml metadata for specified GitHub Actions, optionally including README usage instructions.
Instructions
Get the latest versions and metadata for GitHub Actions.
This tool fetches the latest Git tag and action.yml metadata for GitHub Actions hosted on github.com. It can optionally include the README.md for usage instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_names | Yes | A list of action names in "owner/repo" format (e.g., ["actions/checkout", "docker/login-action"]) | |
| include_readme | No | Whether to include the README.md content (default: False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| lookup_errors | Yes |