diff options
Diffstat (limited to '.github/workflows/translation.yml')
-rw-r--r-- | .github/workflows/translation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 9434a532..ce8f7fa0 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -17,7 +17,7 @@ jobs: - name: Update translations env: TRANSIFEX_TOKEN: ${{ secrets.TRANSIFEX_TOKEN }} - run: ./tools/translate.sh -t "$TRANSIFEX_TOKEN" + run: ./tools/translate.py -t "$TRANSIFEX_TOKEN" - name: Commit changes run: | git config --global user.name 'Traccar Bot' |