github_get_file_content
Retrieve file contents from a GitHub repository by specifying owner, repository, and file path. Optionally specify a branch, tag, or commit SHA to fetch content from a particular version.
Instructions
Get the contents of a file in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch, tag, or commit SHA | |
| path | Yes | File path in repository | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner username |