Skip to content

Commit

Permalink
better print messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 26, 2024
1 parent 94733d9 commit 2b00f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: |
if [ -z "$(git status --porcelain)" ];
then
echo "No changes detected"
echo "No changes detected, translations are up to date!" >> $GITHUB_STEP_SUMMARY
exit 0
else
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
echo "$(git status)"
echo "$(git diff)"
exit 1
Expand Down

0 comments on commit 2b00f55

Please sign in to comment.