actions-marketplace-validations/Sync Git Branch Action
Action for synchronizing a git branch to another location (Bitbucket, GitHub, GitLab, etc.) using SSH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 16, 2021
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/zent-contrib_sync-git-branch@a0f78d444797b1c398bedc602043d203c823a6b3 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo | SSH URL of the source repository. Defaults to the repository this actions runs in. | no | git@github.com:${{ github.repository }}.git |
| source-branch | Branch name in source repository. | yes | "" |
| destination-repo | SSH URL of the destination repository. | yes | "" |
| destination-branch | Branch name in destination repository. Defaults to source-branch if not present. | no | "" |
Outputs
no outputs