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 afab8e1 commit e4893dfCopy full SHA for e4893df
1 file changed
.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 -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