From f8f1db45f79137ed0869edc2de926581e097e7bd Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:05:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test(fix):=20branch:=20master?= 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 6087a75..334afd2 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -17,4 +17,4 @@ jobs: GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} run: | git remote add gitlab $GITLAB_REPO - git push gitlab main \ No newline at end of file + git push gitlab master \ No newline at end of file