actions-marketplace-validations/Sync Git Branch Action

Action for synchronizing a git branch to another location (Bitbucket, GitHub, GitLab, etc.) using SSH.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 16, 2021
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/zent-contrib_sync-git-branch@a0f78d444797b1c398bedc602043d203c823a6b3 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
source-repoSSH URL of the source repository. Defaults to the repository this actions runs in.nogit@github.com:${{ github.repository }}.git
source-branchBranch name in source repository.yes""
destination-repoSSH URL of the destination repository.yes""
destination-branchBranch name in destination repository. Defaults to source-branch if not present.no""

no outputs