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

Skip to content

Commit 50507ff

Browse files
committed
Revert "Commit only significant changes"
This reverts commit e8d232b
1 parent 07e40a1 commit 50507ff

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ jobs:
3636
TX_TOKEN: ${{ secrets.TX_TOKEN }}
3737
- run: git config --local user.email [email protected]
3838
- run: git config --local user.name "GitHub Action's update-translation job"
39-
- run: >
40-
if [$(git diff --ignore-matching-lines='^"POT-Creation-Date: ' | wc -l) -ne 0 ]; then echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV; fi
4139
- run: git add .
4240
- run: git commit -m 'Update translation from Transifex' || true
43-
if: env.SIGNIFICANT_CHANGES
4441
- uses: ad-m/github-push-action@master
45-
if: env.SIGNIFICANT_CHANGES
4642
with:
4743
branch: ${{ matrix.version }}
4844
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)