From cdb4e70504972ecfaa9f67c9f36076f1a6de1351 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:16:52 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(repo):=20url$$?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitlab.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 35307b8..24a9586 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -16,8 +16,7 @@ jobs: GITLAB_REPO: ${{ secrets.GITLAB_REPO }} GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} 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.email "actions@github.com" - git push gitlab master fix - \ No newline at end of file + git push gitlab master