get_file_content
Retrieve file content from a GitHub repository by specifying owner, repo, and path, with an optional ref for branch, tag, or commit.
Instructions
Read a file from a repository. Optionally specify ref (branch, tag, or commit SHA).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| path | Yes | ||
| repo | Yes | ||
| owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |