From 7c5a2fe65c47388eb75af130ecf9e91e68e43cfa Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Sun, 16 Jun 2024 02:02:37 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(workflows):=20remove=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/commit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 3d8a90f..b5ad2be 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -36,6 +36,4 @@ jobs: echo "Error: Commit message is not conventional" exit 1 - shell: /usr/bin/bash -e - env: - LATEST_COMMIT_MESSAGE: 🔧 fix(workflows): debug for continued issue \ No newline at end of file + shell: /usr/bin/bash -e \ No newline at end of file