From 9780dc0a23b87706568fc219110e9ba5efcaa205 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Sat, 4 Nov 2023 19:29:19 +0300 Subject: [PATCH] fix: add default failure message if nothing is printed on stdout --- .github/workflows/validate-translation-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.