diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69697ec8f7..7c7b7edd90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: do test_string=$(cat src/_locales/$file/messages.json | jq .extName.message | tr -d '"') if [[ ${#test_string} -gt 40 ]]; then - echo $file: ${#test_string} + echo $file: -- ${#test_string} -- $test_string errors=1 fi done