get_branch
Retrieve a single branch from a GitHub repository by specifying owner, repo, and branch name.
Instructions
Get a single branch in a GitHub repository. Docs: https://docs.github.com/en/rest/branches/branches#get-a-branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| branch | Yes | Branch name |