From 11f16e13a8191577091d75adb7dc52bbf99bea88 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Sun, 16 Jun 2024 02:04:03 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(workflows):=20specified=20ba?= =?UTF-8?q?sh=20as=20the=20shell=20to=20use?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index b5ad2be..02c171a 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -36,4 +36,4 @@ jobs: echo "Error: Commit message is not conventional" exit 1 - shell: /usr/bin/bash -e \ No newline at end of file + shell: bash \ No newline at end of file