We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5e86d commit e8f0d44Copy full SHA for e8f0d44
.github/workflows/update-lint-and-build.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: git config --local user.name "GitHub Action's update-translation job"
55
- name: Check changes significance
56
run: >
57
- ! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
+ ! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' -I'^"Project-Id-Version: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
58
- run: git add .
59
- run: git commit -m 'Update translation from Transifex'
60
if: env.SIGNIFICANT_CHANGES
0 commit comments