Skip to content

Commit

Permalink
fix: add default failure message if nothing is printed on stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Nov 15, 2023
1 parent 602765c commit 5eec751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-translation-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5eec751

Please sign in to comment.