From 3231328406c4fad6fc11651b7ba1ea02bffd3630 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:11:28 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test(fix):=20GITLAB=5FREPO?= 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 d7b75a3..ee32aad 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -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 \ No newline at end of file