From e2249ed20973f7ecb8a77b968fe7d389b4b14b17 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Sun, 16 Jun 2024 01:57:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(workflows):=20error=20in=20y?= =?UTF-8?q?our=20yaml=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/commit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 10dad5e..a6a84c1 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -39,6 +39,6 @@ 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 + # env: + # LATEST_COMMIT_MESSAGE: 🔧 fix(workflows): debug for continued issue \ No newline at end of file