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 ed35773 commit 8a119d9Copy full SHA for 8a119d9
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -48,7 +48,7 @@ jobs:
48
- run: git config --local user.name "GitHub Action's update-translation job"
49
# Check for changes in README.md
50
- run: >
51
- ! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# Copyright \(C\) 2001-' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
+ ! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
52
- run: git add .
53
- run: git commit -m 'Update translation from Transifex'
54
if: env.SIGNIFICANT_CHANGES
0 commit comments