gitee_commit_multiple_files
Commit multiple files simultaneously to a Gitee repository branch with a single API call.
Instructions
Commit multiple files in one request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| branch | Yes | Target branch | |
| commit_message | Yes | Commit message | |
| actions | Yes | JSON array of file actions [{action,file_path,content,encoding,...}] | |
| author_email | No | Author email | |
| author_name | No | Author name |