Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997bdf4 commit 293c0c0Copy full SHA for 293c0c0
.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