Fix GitLab remote URL in mirror workflow
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
|
|
||||||
# GitLab uzak sunucusunu tanımla
|
# 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
|
# Aynalama işlemini gerçekleştir
|
||||||
git push gitlab --prune --all
|
git push gitlab --prune --all
|
||||||
|
|||||||
Reference in New Issue
Block a user