vscoding/Mirror Repository to GitLab (SSH)
Mirror a GitHub repository branch to a GitLab repo via SSH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gitlab-ssh-private-key | SSH private key with access to the GitLab repository (recommended: deploy key) | yes | — |
| gitlab-ssh-remote | GitLab SSH remote (e.g. git@gitlab.com:group/repo.git) | yes | — |
| gitlab-ssh-host | GitLab SSH host | no | gitlab.com |
| gitlab-ssh-port | GitLab SSH port | no | 22 |
| source-branch | Source branch to push from | no | main |
| target-branch | Target branch on GitLab to push to | no | main |
| strict-remote-check | Whether to enforce remote starts with 'git@gitlab.com:' | no | true |
| checkout | Whether to checkout repository (full history) | no | true |
| fetch-depth | Checkout fetch-depth (0 = full history) | no | 0 |
Outputs
no outputs