Skip to content

Commit b8bc9db

Browse files
fix: pretty
1 parent 45c554e commit b8bc9db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ runs:
268268
- name: Gracefully exit
269269
if: ${{ !cancelled() }} && "$CC_FAIL_CI_IF_ERROR" != "true"
270270
shell: bash
271-
run: exit 0
271+
run: |
272+
echo -e "\033[0;32m==>\033[0m Exiting gracefully..."
273+
exit 0
272274
env:
273275
CC_FAIL_CI_IF_ERROR: ${{ inputs.fail_ci_if_error }}

0 commit comments

Comments
 (0)