gitee_get_tree
Fetch a git tree from a repository using the tree SHA. Optionally enable recursive listing to get nested file structures.
Instructions
Get a git tree by SHA
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| sha | Yes | Tree SHA | |
| recursive | No | Recursive tree listing |