mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 12:17:01 +08:00
fix: put it all in
This commit is contained in:
@@ -266,7 +266,7 @@ runs:
|
||||
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
||||
|
||||
- name: Gracefully exit
|
||||
if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
|
||||
if: ${{ !cancelled() && "$CC_FAIL_CI_IF_ERROR" != "true" }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo -e "\033[0;32m==>\033[0m Exiting gracefully..."
|
||||
|
||||
Reference in New Issue
Block a user