From 2b3bd7f75290fe23958b0c9a72f3fa028eeed2a6 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Sat, 4 Oct 2025 23:30:12 +0200 Subject: [PATCH] fix: adding shell --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 85c46d8..236cb26 100644 --- a/action.yml +++ b/action.yml @@ -207,6 +207,7 @@ runs: - name: Check if repository is checked out id: check_repo + shell: bash run: | if [ -d ".git" ]; then echo "Repository is checked out."