Skip to content

Commit

Permalink
Merge pull request #23567 from cbjeukendrup/translations/tx_typo
Browse files Browse the repository at this point in the history
ci_tx_push: Fix typo
  • Loading branch information
cbjeukendrup authored Jul 10, 2024
2 parents 48cc15c + 8c361ca commit cfa90f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tx_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cfa90f5

Please sign in to comment.