Skip to content

Commit 2b3bd7f

Browse files
fix: adding shell
1 parent 4fe6a9b commit 2b3bd7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ runs:
207207
208208
- name: Check if repository is checked out
209209
id: check_repo
210+
shell: bash
210211
run: |
211212
if [ -d ".git" ]; then
212213
echo "Repository is checked out."

0 commit comments

Comments
 (0)