Azure DevOps · Arazzo Workflow
Azure DevOps Commit a File via a Git Push
Version 1.0.0
Resolve the tip of a branch, push a new commit, and confirm the push.
Provider
Workflows
commit-file-via-push
Resolve a branch tip, push a file change, and confirm the push.
Lists refs to find the branch tip, creates a push that commits a file change on top of it, and lists pushes to confirm.
1
resolveBranchTip
List refs filtered to the target branch to resolve its current object ID, which becomes the oldObjectId of the push refUpdate.
2
createPush
Create a push that advances the branch from the resolved tip and commits a single file edit with raw text content.
3
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.