From 7ad47eaeb306370b3ef9cc49cacb4e03ade25ef5 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:26:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(user):=20name=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index e235573..eca4115 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -17,5 +17,5 @@ jobs: GITLAB_USERNAME: ${{ secrets.GITLAB_USERNAME }} GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }} run: | - git remote add gitlab https://${GITLAB_USERNAME}:${GITLAB_PASSWORD}@${GITLAB_REPO##*/}.git + git remote add gitlab https://gitlab.com/snigdhaos/snigdhaos-arctic.git git push gitlab master \ No newline at end of file