diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index b0efba958b..7863aef3d0 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 }}@gitlab.com/gitlab_kullanici_adi/gitlab_repo_adi.git + git remote add gitlab https://oauth2:${{ secrets.GITLAB_TOKEN }}@https://gitlab.com/PisiLinux/main.git # Aynalama işlemini gerçekleştir git push gitlab --prune --all