mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: adding shell
This commit is contained in:
parent
4fe6a9bdcd
commit
2b3bd7f752
1 changed files with 1 additions and 0 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue