🧪 test(fix): GITLAB_REPO

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-18 04:11:28 +05:30
parent 067801ff76
commit 3231328406

View File

@@ -16,7 +16,7 @@ jobs:
GITLAB_REPO: ${{ secrets.GITLAB_REPO }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
run: |
git remote add gitlab ${GITLAB_REPO##*/}
git remote add gitlab https://${GITLAB_REPO##*/}.git
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git push gitlab master fix