mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
fix: adding shell
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user