Skip to content

Commit

Permalink
fix: pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Dec 6, 2024
1 parent 45c554e commit b8bc9db
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 @@ -268,6 +268,8 @@ runs:
- name: Gracefully exit
if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
shell: bash
run: exit 0
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 b8bc9db

Please sign in to comment.