From 9f64cf656b9c5d3ad5e59dacc07bd1b42015ad81 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 16 Jul 2022 09:41:53 -0700 Subject: Fix script filename --- .github/workflows/translation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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' -- cgit v1.2.3