Skip to content

Commit d424975

Browse files
better print messages
1 parent 0463f00 commit d424975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/i18n.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
run: |
3030
if [ -z "$(git status --porcelain)" ];
3131
then
32-
echo "No changes detected"
32+
echo "No changes detected, translations are up to date!" >> $GITHUB_STEP_SUMMARY
3333
exit 0
3434
else
35-
echo "Changes to models detected"
35+
echo "Changes to .po files detected, please run `nox -s update-translations` to reflect changes to source text" >> $GITHUB_STEP_SUMMARY
3636
echo "$(git status)"
3737
echo "$(git diff)"
3838
exit 1

0 commit comments

Comments
 (0)