From 0039840c71ee136f7c0e08aab9ca979b7e2e4bab Mon Sep 17 00:00:00 2001 From: Martin Peck <51542678+sonoransun@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:38:36 -0700 Subject: [PATCH] Fix GitLab target URL. (#1183) --- .github/workflows/gitlab-mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml index e477caabcf..c44e04a724 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -1,4 +1,4 @@ -name: gitlab-mirror +name: GitLab Mirror on: - push @@ -14,6 +14,6 @@ jobs: fetch-depth: 0 - uses: wangchucheng/git-repo-sync@v0.1.0 with: - target-url: https://gitlab.com/meedan/check-api + target-url: https://gitlab.com/meedan/check-api.git/ target-username: sonoransun target-token: ${{ secrets.GITLAB_ACCESS_TOKEN }}