get_tag
Retrieve details of a specific git tag in a GitHub repository, supporting both annotated and lightweight tags.
Instructions
Get details about a specific git tag in a GitHub repository (supports both annotated and lightweight tags)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| tag | Yes | Tag name |