gitlab_add_commit
Create a GitLab commit by specifying project, branch, message, and file actions. Supports creating, updating, deleting, moving, or changing file modes in a single commit.
Instructions
Creates a commit with actions (POST /repository/commits).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | ||
| actions | Yes | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. | |
| startBranch | No | ||
| commitMessage | Yes |