Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3281be3

Browse files
committed
CI: revert 7a0a2fc (#74)
1 parent 4b92466 commit 3281be3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,8 @@ jobs:
5353
- run: git config --local user.email [email protected]
5454
- run: git config --local user.name "GitHub Action's update-translation job"
5555
- name: Check changes significance
56-
run: |
57-
! git diff -I'^"POT-Creation-Date: ' \
58-
-I'^"Language-Team: ' \
59-
-I'^# ' -I'^"Last-Translator: ' \
60-
--exit-code \
61-
&& echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
56+
run: >
57+
! git diff -I'^"POT-Creation-Date: ' -I'^"Language-Team: ' -I'^# ' -I'^"Last-Translator: ' --exit-code && echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV || exit 0
6258
- run: git add .
6359
- run: git commit -m 'Update translation from Transifex'
6460
if: env.SIGNIFICANT_CHANGES

0 commit comments

Comments
 (0)