We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94733d9 commit 2b00f55Copy full SHA for 2b00f55
.github/workflows/i18n.yaml
@@ -29,10 +29,10 @@ jobs:
29
run: |
30
if [ -z "$(git status --porcelain)" ];
31
then
32
- echo "No changes detected"
+ echo "No changes detected, translations are up to date!" >> $GITHUB_STEP_SUMMARY
33
exit 0
34
else
35
- echo "Changes to models detected"
+ echo "Changes to .po files detected, please run `nox -s update-translations` to reflect changes to source text" >> $GITHUB_STEP_SUMMARY
36
echo "$(git status)"
37
echo "$(git diff)"
38
exit 1
0 commit comments