kulla/GitHub → GitLab Sync

Syncs the current branch to GitLab

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenToken for pushing to GitLab which can be created in Gitlab under Settings > Access Tokens. Uses the secret `GITLAB_TOKEN` by default. yes
ownerGitLab owner or group name. If not provided, the default is the owner of the current Github repository. no${{ github.repository_owner }}
repository_nameGitLab repository name. If not provided, the default is the name of the current Github repository. no${{ github.event.repository.name }}
branchBranch to push to in the GitLab repository. If not provided, the default is the current branch. no${{ github.ref_name }}

no outputs