Gitea · Arazzo Workflow
Gitea Sync Mirror And Confirm Branch
Version 1.0.0
Confirm a repository is a mirror, trigger a sync, and verify a branch.
View Spec
View on GitHub
GitSource ControlDevOpsCI/CDCode HostingOpen SourceSelf HostedPackage RegistryIssue TrackingPull RequestsArazzoWorkflows
Provider
Workflows
mirror-sync
Confirm a repo is a mirror, sync it, and verify a branch.
Reads the repository to confirm it is a mirror, triggers a mirror-sync, then looks up a branch and retries until it is returned.
1
getRepo
repoGet
Read the repository to confirm it is a mirror before syncing.
2
syncMirror
repoMirrorSync
Trigger a mirror-sync to pull the latest from upstream.
3
verifyBranch
repoGetBranch
Look up the branch and retry until it is returned after the sync.