mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 07:27:24 +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
|
- 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."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue