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 19c2057 commit 8d1f3adCopy full SHA for 8d1f3ad
.github/workflows/update-lint-and-build.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: git config --local user.email github-actions@github.com
38
- run: git config --local user.name "GitHub Action's update-translation job"
39
- run: >
40
- ! git diff --ignore-matching-lines='^"POT-Creation-Date: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
+ ! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
41
- run: git add .
42
- run: git commit -m 'Update translation from Transifex' || true
43
if: env.SIGNIFICANT_CHANGES
0 commit comments