gitee_update_file
Update a file in a Gitee repository by providing its path, base64-encoded new content, commit message, and the SHA of the file being replaced. Optionally specify branch, author, and committer details.
Instructions
Update an existing file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| path | Yes | File path | |
| message | Yes | Commit message | |
| content | Yes | Base64-encoded new content | |
| sha | Yes | SHA of the file being replaced | |
| branch | No | Branch name | |
| author_email | No | Author email | |
| author_name | No | Author name | |
| committer_email | No | Committer email | |
| committer_name | No | Committer name |