🐞 fix(repo): url$$

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-18 04:16:52 +05:30
parent 70bf8ca0ac
commit cdb4e70504

View File

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