From fd9d256114828b1b0a6dba6806b1925a98e58e9a Mon Sep 17 00:00:00 2001 From: Elizaveta Lutsenko Date: Fri, 3 May 2024 11:10:57 +0300 Subject: [PATCH] Fix gitlab mirroring (#1288) --- .github/workflows/mirror_repo_to_gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror_repo_to_gitlab.yml b/.github/workflows/mirror_repo_to_gitlab.yml index 9aa53391e4..cbb2467c1f 100644 --- a/.github/workflows/mirror_repo_to_gitlab.yml +++ b/.github/workflows/mirror_repo_to_gitlab.yml @@ -4,7 +4,7 @@ on: [ push, delete ] jobs: call-nss-ops-mirror-workflow: - uses: ITMO-NSS-team/NSS-Ops/.github/workflows/mirror-repo.yml@master + uses: aimclub/open-source-ops/.github/workflows/mirror-repo.yml@master with: GITLAB_URL: 'https://gitlab.actcognitive.org/itmo-nss-team/FEDOT.git' secrets: