ado_create_push
Commit and push multiple file add, edit, or delete changes to a branch in Azure DevOps with a single action.
Instructions
Commit and push one or more file add/edit/delete changes to a branch in a single push.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Target branch to commit to, e.g. "main" or "refs/heads/feature" | |
| repoId | Yes | Repository name or ID | |
| changes | Yes | Files to add/edit/delete in this commit | |
| comment | Yes | Commit message | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) |