fix: single quotes?

This commit is contained in:
Tom Hu
2024-12-05 22:31:04 -03:00
parent 6133781518
commit eef94fef0b

View File

@@ -266,7 +266,7 @@ runs:
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
- name: Gracefully exit
if: ${{ !cancelled() && inputs.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..."