mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 07:27:24 +00:00
fix: pretty
This commit is contained in:
parent
45c554e577
commit
b8bc9db399
1 changed files with 3 additions and 1 deletions
|
|
@ -268,6 +268,8 @@ runs:
|
||||||
- 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: exit 0
|
run: |
|
||||||
|
echo -e "\033[0;32m==>\033[0m Exiting gracefully..."
|
||||||
|
exit 0
|
||||||
env:
|
env:
|
||||||
CC_FAIL_CI_IF_ERROR: ${{ inputs.fail_ci_if_error }}
|
CC_FAIL_CI_IF_ERROR: ${{ inputs.fail_ci_if_error }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue