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 cff5790 commit 4837868Copy full SHA for 4837868
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 --ignore-matching-lines='^"POT-Creation-Date: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV
+ ! git diff --ignore-matching-lines='^"POT-Creation-Date: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || return 0
41
- run: git add .
42
- run: git commit -m 'Update translation from Transifex' || true
43
if: env.SIGNIFICANT_CHANGES
0 commit comments