get_file_content
Retrieve the content of any file from a Forgejo repository by specifying the owner, repository name, file path, and optionally a branch or commit.
Instructions
Get file content from repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch or commit (defaults to main) | main |
| path | Yes | File path | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner |