Skip to content

Commit

Permalink
tmp: fix run
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jan 19, 2024
1 parent 592bf79 commit 4f15b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Extract locales
run: yarn extract-locales
- name: Diff changes
run: git diff --numstat HEAD -- ./locale/templates/LC_MESSAGES/amo.pot
run: |
diff_result=$(git diff --numstat HEAD -- ./locale/templates/LC_MESSAGES/amo.pot)
echo "result: $diff_result"
if [[ $diff_result -le 2 ]]; then
echo "nothing to do"
exit 0
Expand Down

0 comments on commit 4f15b33

Please sign in to comment.