get-content
Retrieve file or directory content from GitHub Enterprise repositories by specifying owner, repo, and path. Supports branch or commit hash references for precise data access.
Input Schema
TableJSON 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 |