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