mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 14:37:24 +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 }}
|
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
||||||
|
|
||||||
- name: Gracefully exit
|
- name: Gracefully exit
|
||||||
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} == "true"
|
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: exit 0
|
run: exit 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue