Create Or Update File
gitlab_create_or_update_fileCreate or update a file in a GitLab repository by providing file path, branch, content, and commit message.
Instructions
Create or update one file in repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | ||
| content | Yes | ||
| encoding | No | ||
| commit_id | No | ||
| file_path | Yes | ||
| project_id | No | ||
| author_name | No | ||
| author_email | No | ||
| start_branch | No | ||
| previous_path | No | ||
| commit_message | Yes | ||
| last_commit_id | No | ||
| execute_filemode | No |