diff --git a/.github/workflows/build-client.yml b/.github/workflows/build-client.yml index f5c9c544..fc56894b 100644 --- a/.github/workflows/build-client.yml +++ b/.github/workflows/build-client.yml @@ -136,16 +136,18 @@ jobs: if [ -f ./failed ]; then { - echo '⚠️ Translations: English and Spanish are mismatched.' + echo '⚠️ English and Spanish translations are mismatched.' echo '
Details:' echo '' + echo '```' cat output.txt + echo '```' echo '' echo '
' } >> "${GITHUB_STEP_SUMMARY}" exit 1 else - echo '✅ Translations: In good shape.' >> "${GITHUB_STEP_SUMMARY}" + echo '✅ Translations in good shape.' >> "${GITHUB_STEP_SUMMARY}" fi