From 067801ff76aa5bc74494a6edd4feac7b63990920 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:09:44 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test(mirror):=20gitlab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitlab.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 334afd2..d7b75a3 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -16,5 +16,7 @@ jobs: GITLAB_REPO: ${{ secrets.GITLAB_REPO }} GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} run: | - git remote add gitlab $GITLAB_REPO - git push gitlab master \ No newline at end of file + git remote add gitlab ${GITLAB_REPO##*/} + git config user.name "GitHub Actions" + git config user.email "actions@github.com" + git push gitlab master fix \ No newline at end of file