github_repos_get_content
Get file or directory contents from a GitHub repository. Specify owner, repo, path, and optional ref for a specific branch or commit.
Instructions
Get repository content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| path | Yes | path | |
| ref | No | The name of the commit/branch/tag. Default: the repository’s default branch. |