Skip to content

Commit

Permalink
fix: do the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 6, 2024
1 parent 1ffd4a9 commit 1c9ba15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1c9ba15

Please sign in to comment.