GitHub Get File
github_get_fileReads file content from a GitHub repository and returns it as plain text. Input: owner, repo, and file path.
Instructions
Reads a file from a GitHub repository and returns its content as text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch, tag or commit SHA (default: repo default branch) | |
| path | Yes | File path in the repo, e.g. src/index.ts | |
| repo | Yes | ||
| owner | Yes |