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 0af4642 commit 1a9444bCopy full SHA for 1a9444b
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -37,7 +37,7 @@ jobs:
37
- run: git config --local user.email [email protected]
38
- run: git config --local user.name "GitHub Action's update-translation job"
39
- run: >
40
- ! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
+ ! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# Copyright (C) 2001-' --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