actions-marketplace-validations/Git Sync Action
🔃 Sync between two independent repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 27, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/wei_git-sync@b52500964790ec9c1fd2f19c71c33ef3fe9c3bf8 # 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 | GitHub repo slug or full url | yes | — |
| source_branch | Branch name to sync from | yes | — |
| destination_repo | GitHub repo slug or full url | yes | — |
| destination_branch | Branch name to sync to | yes | — |
| ssh_private_key | SSH key used to authenticate with source and destination ssh urls provided (optional if public or https url with authentication) | no | — |
| source_ssh_private_key | SSH key used to authenticate with source ssh url provided (optional if public or https url with authentication) | no | — |
| destination_ssh_private_key | SSH key used to authenticate with destination ssh url provided (optional if public or https url with authentication) | no | — |
Outputs
no outputs