get-content
Retrieve file or directory content from a GitHub Enterprise repository by specifying owner, repo, and path. Supports fetching content from specific branches or commits.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | User or organization name | |
path | Yes | File or directory path | |
ref | No | Branch or commit hash (default: default branch) | |
repo | Yes | Repository name |