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 c4beef3 commit 1d47616Copy full SHA for 1d47616
.github/workflows/update.yml
@@ -23,7 +23,8 @@ jobs:
23
TX_TOKEN: ${{ secrets.TX_TOKEN }}
24
- run: git config --local user.email 'maciej.olko@gmail.com'
25
- run: git config --local user.name "GitHub Action's update-translation job"
26
- - run: git commit -a -m 'Update translation from Transifex' || true
+ - run: git add .
27
+ - run: git commit -m 'Update translation from Transifex' || true
28
- uses: ad-m/github-push-action@master
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments