From b23d8d54db8dc6661b963f85b8e4cb1e1760a1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Mon, 1 Jun 2026 11:36:08 +0300 Subject: [PATCH] Fix GitLab remote URL in mirror workflow --- .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 7863aef3d0..3129ae0c4e 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -28,7 +28,7 @@ jobs: git config --global user.email "actions@github.com" # GitLab uzak sunucusunu tanımla - git remote add gitlab https://oauth2:${{ secrets.GITLAB_TOKEN }}@https://gitlab.com/PisiLinux/main.git + git remote add gitlab https://oauth2:${{ secrets.GITLAB_TOKEN }}@gitlab.com/PisiLinux/main.git # Aynalama işlemini gerçekleştir git push gitlab --prune --all