{"id":11772008,"name":"keninkujovic/gitlab-sync","ecosystem":"actions","description":"Automatically sync your GitHub repository with GitLab","homepage":"","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/keninkujovic/gitlab-sync","keywords_array":["github-actions","github-to-gitlab","gitlab","gitlab-ci"],"namespace":"kujov","versions_count":5,"first_release_published_at":"2024-01-05T00:39:39.000Z","latest_release_published_at":"2025-05-07T21:02:20.000Z","latest_release_number":"2.1.0","last_synced_at":"2026-05-22T12:02:17.747Z","created_at":"2025-06-07T21:13:50.945Z","updated_at":"2026-05-22T12:02:17.748Z","registry_url":"https://github.com/keninkujovic/gitlab-sync","install_command":null,"documentation_url":null,"metadata":{"name":"Sync to GitLab","description":"Automatically sync your GitHub repository with GitLab","branding":{"icon":"arrow-right","color":"orange"},"inputs":{"gitlab_url":{"description":"The URL of the GitLab repository (e.g., https://gitlab.com/user/repo.git)","required":true},"username":{"description":"Your GitLab username","required":true},"gitlab_pat":{"description":"Your GitLab Personal Access Token with required permissions","required":true},"force_push":{"description":"Whether to force push to GitLab. Defaults to false.","required":false,"default":"false"}},"runs":{"using":"composite","steps":[{"name":"Checkout code","uses":"actions/checkout@v2","with":{"fetch-depth":0}},{"name":"Push to GitLab","run":"export GIT_SSH_COMMAND='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'\ngitlab_repo_url=${{ inputs.gitlab_url }}\ngitlab_repo_url=${gitlab_repo_url#https://}\ngitlab_repo_url_with_credentials=\"https://${{ inputs.username }}:${{ inputs.gitlab_pat }}@${gitlab_repo_url}\"\ngit remote add gitlab \"$gitlab_repo_url_with_credentials\"\nbranch_name=$(echo $GITHUB_REF | sed 's/refs\\/heads\\///')\npush_command=\"git push gitlab $branch_name\"\nif [[ \"${{ inputs.force_push }}\" == \"true\" ]]; then\n  push_command=\"$push_command --force\"\nfi\n$push_command\n","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":215533242,"uuid":"738775848","full_name":"kujov/gitlab-sync","owner":"kujov","description":"Easiest GitHub to GitLab sync! Free, automated GitHub Action for repository synchronization.","archived":false,"fork":false,"pushed_at":"2025-05-07T21:16:21.000Z","size":1079,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T21:13:50.639Z","etag":null,"topics":["github-actions","github-to-gitlab","gitlab","gitlab-ci"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kujov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-04T02:40:26.000Z","updated_at":"2025-05-08T12:42:40.000Z","dependencies_parsed_at":"2024-06-10T16:14:49.390Z","dependency_job_id":"e29a3905-a6f8-43fe-8fd6-7f04c05fe97a","html_url":"https://github.com/kujov/gitlab-sync","commit_stats":null,"previous_names":["keninkujovic/gitlab-synch","keninkujovic/gitlab-sync","kujov/gitlab-sync"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/kujov/gitlab-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kujov","download_url":"https://codeload.github.com/kujov/gitlab-sync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264368607,"owners_count":23597307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"kujov","name":"Kenin Kujovic","uuid":"94907234","kind":"user","description":"Hi there! I'm Kenin","email":"","website":"https://kenin.dev","location":"Zurich","twitter":"keninkujovic","company":null,"icon_url":"https://avatars.githubusercontent.com/u/94907234?u=730e419b7636ee7968e69aa60a466d5377ff60fb\u0026v=4","repositories_count":1,"last_synced_at":"2024-06-10T16:02:26.903Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/kujov","funding_links":[],"total_stars":0,"followers":4,"following":2,"created_at":"2023-12-20T17:47:42.763Z","updated_at":"2024-06-10T16:02:27.069Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kujov","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kujov/repositories"},"tags":[{"name":"2.1.0","sha":"b19399d43e81ac88acb6eefd5588e6ebde3d7d88","kind":"commit","published_at":"2025-05-07T21:02:20.000Z","download_url":"https://codeload.github.com/kujov/gitlab-sync/tar.gz/2.1.0","html_url":"https://github.com/kujov/gitlab-sync/releases/tag/2.1.0","dependencies_parsed_at":"2025-06-09T04:23:14.922Z","dependency_job_id":null,"purl":"pkg:github/kujov/gitlab-sync@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"338a7a19fc012aaefa316566e288f34660950373","kind":"commit","published_at":"2024-01-14T17:25:19.000Z","download_url":"https://codeload.github.com/kujov/gitlab-sync/tar.gz/2.0.0","html_url":"https://github.com/kujov/gitlab-sync/releases/tag/2.0.0","dependencies_parsed_at":"2025-06-09T04:23:14.907Z","dependency_job_id":null,"purl":"pkg:github/kujov/gitlab-sync@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/2.0.0/manifests"},{"name":"1.1.1","sha":"9dc90404af71b1a540581cfe657fb3d285a06679","kind":"commit","published_at":"2024-01-14T17:15:03.000Z","download_url":"https://codeload.github.com/kujov/gitlab-sync/tar.gz/1.1.1","html_url":"https://github.com/kujov/gitlab-sync/releases/tag/1.1.1","dependencies_parsed_at":"2025-06-09T04:23:14.675Z","dependency_job_id":null,"purl":"pkg:github/kujov/gitlab-sync@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/1.1.1/manifests"},{"name":"1.0.1","sha":"edf371fb07428d64d01360f65e78be6c6fd15ed8","kind":"commit","published_at":"2024-01-14T17:08:52.000Z","download_url":"https://codeload.github.com/kujov/gitlab-sync/tar.gz/1.0.1","html_url":"https://github.com/kujov/gitlab-sync/releases/tag/1.0.1","dependencies_parsed_at":"2025-06-09T04:23:14.634Z","dependency_job_id":null,"purl":"pkg:github/kujov/gitlab-sync@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"a915a43bad95c3cf48d3c43e056abec22d6d2088","kind":"commit","published_at":"2024-01-05T00:39:39.000Z","download_url":"https://codeload.github.com/kujov/gitlab-sync/tar.gz/1.0.0","html_url":"https://github.com/kujov/gitlab-sync/releases/tag/1.0.0","dependencies_parsed_at":"2025-06-09T04:23:18.516Z","dependency_job_id":null,"purl":"pkg:github/kujov/gitlab-sync@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kujov%2Fgitlab-sync/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-07-08T23:49:51.057Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.34343434343434,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":17.17171717171717},"purl":"pkg:githubactions/keninkujovic/gitlab-sync","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/keninkujovic/gitlab-sync","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/keninkujovic/gitlab-sync","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/keninkujovic/gitlab-sync/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/keninkujovic%2Fgitlab-sync/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/keninkujovic%2Fgitlab-sync/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/keninkujovic%2Fgitlab-sync/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/keninkujovic%2Fgitlab-sync/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/keninkujovic%2Fgitlab-sync/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/keninkujovic%2Fgitlab-sync/codemeta","maintainers":[]}