zent-contrib/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
- Stale
- License
- None
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