Gitea · Arazzo Workflow
Gitea Create Branch And Await Availability
Version 1.0.0
Create a branch and poll until it is retrievable from the repository.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
create-branch-and-await
Create a branch and poll until it is retrievable.
Creates a branch from a base ref, then polls the branch lookup endpoint and retries until the branch is returned with a 200 response.
1
createBranch
repoCreateBranch
Create a new branch from the supplied base ref.
2
awaitBranch
repoGetBranch
Look up the branch and retry until the repository returns it, confirming the branch is fully available.