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