mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: do the thing
This commit is contained in:
parent
1ffd4a9bde
commit
1c9ba15f25
1 changed files with 3 additions and 1 deletions
|
|
@ -269,6 +269,8 @@ runs:
|
|||
run: exit 1
|
||||
|
||||
- name: Gracefully exit
|
||||
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true"
|
||||
if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
|
||||
shell: bash
|
||||
run: exit 0
|
||||
env:
|
||||
CC_FAIL_CI_IF_ERROR: ${{ inputs.fail_ci_if_error }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue