From a698062823824eaa96efaa4b127ae5c234214c61 Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Thu, 10 Oct 2024 16:53:58 +0200 Subject: [PATCH] github: fix remote repo location --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index a3093d4..615d09f 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -17,7 +17,7 @@ jobs: - name: Mirror + trigger CI uses: SvanBoxel/gitlab-mirror-and-ci-action@0.6 with: - args: "https://gitlab.desy.de/tigran/gitlab-sync-test" + args: "https://gitlab.desy.de/dcache/gitlab-sync-test" env: FOLLOW_TAGS: "true" FORCE_PUSH: "false"