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."