🔧 fix(workflows): specified bash as the shell to use

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-16 02:04:03 +05:30
parent 7c5a2fe65c
commit 11f16e13a8

View File

@@ -36,4 +36,4 @@ jobs:
echo "Error: Commit message is not conventional" echo "Error: Commit message is not conventional"
exit 1 exit 1
shell: /usr/bin/bash -e shell: bash