From 70bf8ca0acf018dd42cfc8d850f2633826f86b79 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:13:54 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test(fix):=20repos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitlab.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index ee32aad..35307b8 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -19,4 +19,5 @@ jobs: 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 + git push gitlab master fix + \ No newline at end of file