kulla/GitHub → GitLab Sync
Syncs the current branch to GitLab
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token for pushing to GitLab which can be created in Gitlab under Settings > Access Tokens. Uses the secret `GITLAB_TOKEN` by default. | yes | — |
| owner | GitLab owner or group name. If not provided, the default is the owner of the current Github repository. | no | ${{ github.repository_owner }} |
| repository_name | GitLab repository name. If not provided, the default is the name of the current Github repository. | no | ${{ github.event.repository.name }} |
| branch | Branch to push to in the GitLab repository. If not provided, the default is the current branch. | no | ${{ github.ref_name }} |
Outputs
no outputs