diff --git a/.github/workflows/ci_tx_push.yml b/.github/workflows/ci_tx_push.yml index 943ff32d8e4bd..9fea3c17d6c00 100644 --- a/.github/workflows/ci_tx_push.yml +++ b/.github/workflows/ci_tx_push.yml @@ -31,8 +31,8 @@ jobs: - name: Setup environment run: | - bash ./buildscripts/ci/translation/ts_install.sh -t ${{ secrets.TRANSIFEX_API_TOKEN }} -s linux + bash ./buildscripts/ci/translation/tx_install.sh -t ${{ secrets.TRANSIFEX_API_TOKEN }} -s linux - name: Push strings to Transifex run: | - bash ./buildscripts/ci/translation/ts_push.sh + bash ./buildscripts/ci/translation/tx_push.sh