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 d028190 commit c6159c3Copy full SHA for c6159c3
.github/workflows/tx-pull.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Pull translations from Transifex
17
run: |
18
./tx -t ${{ secrets.TX_TOKEN }} pull -a -f
19
- - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
+ - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842
20
with:
21
# Optional. Commit message for the created commit.
22
# Defaults to "Apply automatic changes"
0 commit comments