mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: flip it
This commit is contained in:
parent
f7fa523f5c
commit
2e5fc410f6
1 changed files with 1 additions and 1 deletions
|
|
@ -266,6 +266,6 @@ 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: exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue