push_files
Push multiple files to a GitLab project branch in a single commit by specifying the branch, file paths and contents, commit message, and project ID.
Instructions
Push multiple files in a single commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of files to push | |
| branch | Yes | Branch to push to | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| commit_message | Yes | Commit message |