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 07e40a1 commit 50507ffCopy full SHA for 50507ff
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -36,13 +36,9 @@ jobs:
36
TX_TOKEN: ${{ secrets.TX_TOKEN }}
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
- if [$(git diff --ignore-matching-lines='^"POT-Creation-Date: ' | wc -l) -ne 0 ]; then echo "SIGNIFICANT_CHANGES=1" >> $GITHUB_ENV; fi
41
- run: git add .
42
- run: git commit -m 'Update translation from Transifex' || true
43
- if: env.SIGNIFICANT_CHANGES
44
- uses: ad-m/github-push-action@master
45
46
with:
47
branch: ${{ matrix.version }}
48
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments