fix: adding shell

This commit is contained in:
Tom Hu
2025-10-04 23:30:12 +02:00
parent 4fe6a9bdcd
commit 2b3bd7f752

View File

@@ -207,6 +207,7 @@ runs:
- name: Check if repository is checked out - name: Check if repository is checked out
id: check_repo id: check_repo
shell: bash
run: | run: |
if [ -d ".git" ]; then if [ -d ".git" ]; then
echo "Repository is checked out." echo "Repository is checked out."