push_files
Push multiple files to a GitLab project in a single commit, streamlining batch file updates and version control.
Instructions
Push multiple files to a GitLab project in a single commit
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or complete URL-encoded path to project | |
| branch | Yes | Branch to push to | |
| files | Yes | Array of files to push | |
| commit_message | Yes | Commit message |