mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: single quotes?
This commit is contained in:
parent
6133781518
commit
eef94fef0b
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ runs:
|
|||
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
||||
|
||||
- name: Gracefully exit
|
||||
if: ${{ !cancelled() && inputs.fail_ci_if_error != "true" }}
|
||||
if: ${{ !cancelled() && inputs.fail_ci_if_error != 'true' }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo -e "\033[0;32m==>\033[0m Exiting gracefully..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue