diff --git a/.github/workflows/validate-translation-files.yml b/.github/workflows/validate-translation-files.yml index a06544e84b2..c0bf338a9f4 100644 --- a/.github/workflows/validate-translation-files.yml +++ b/.github/workflows/validate-translation-files.yml @@ -62,7 +62,7 @@ jobs: :warning: There are errors in the translation files: ``` - ${{ steps.validate_translation_files.outputs.VALIDATION_ERRORS }} + ${{ steps.validate_translation_files.outputs.VALIDATION_ERRORS || 'No errors were reported.' }} ``` This comment has been posted by the `validate-translation-files.yml` GitHub Actions workflow.