push_files
Submit multiple files to a Gitee repository by specifying the owner, repository, branch, commit message, and file details in one operation.
Instructions
向 Gitee 仓库提交多个文件
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch name, defaults to the repository's default branch | |
| files | Yes | List of files to commit | |
| message | Yes | Commit message | |
| owner | Yes | Repository owner path (enterprise, organization, or personal path) | |
| repo | Yes | Repository path |