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