commit_to_branch
Commit schema changes to a specified Git branch with a custom commit message to track modifications.
Instructions
Зафиксировать изменения схемы коммитом в ветке.
Args:
project_uuid: UUID проекта.
schema_uuid: UUID схемы.
message: Сообщение коммита.
branch_name: Ветка для коммита (по умолчанию main).
detached_target_branch_name: Имя целевой ветки для detached-коммита.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| branch_name | No | main | |
| schema_uuid | Yes | ||
| project_uuid | Yes | ||
| detached_target_branch_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |