diff --git a/.github/workflows/controller-ci.yaml b/.github/workflows/controller-ci.yaml index 942d150c0..2f1357e4f 100644 --- a/.github/workflows/controller-ci.yaml +++ b/.github/workflows/controller-ci.yaml @@ -99,8 +99,8 @@ jobs: git --no-pager diff if [[ $(git --no-pager diff | head -c1 | wc -c) -ne 0 ]]; then - echo "\nCRD docs are outdated. Please run 'make codegen-crd-docs' and commit the changes." + echo -e "\nCRD docs are outdated. Please run 'make codegen-crd-docs' and commit the changes." exit 1; else - echo "\nCRD docs are up-to-date." + echo -e "CRD docs are up-to-date." fi \ No newline at end of file