Skip to content

Commit

Permalink
fix: use inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 6, 2024
1 parent 34a385f commit 6133781
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,8 @@ runs:
CC_YML_PATH: ${{ inputs.codecov_yml_path }}

- name: Gracefully exit
if: ${{ !cancelled() && "$CC_FAIL_CI_IF_ERROR" != "true" }}
if: ${{ !cancelled() && inputs.fail_ci_if_error != "true" }}
shell: bash
run: |
echo -e "\033[0;32m==>\033[0m Exiting gracefully..."
exit 0
env:
CC_FAIL_CI_IF_ERROR: ${{ inputs.fail_ci_if_error }}

0 comments on commit 6133781

Please sign in to comment.