Skip to content

Commit

Permalink
use --long args in tx command
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy authored Jul 19, 2024
1 parent 7400c28 commit 371956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "cd ownCloud/Resources/en.lproj && tx push -s --skip"

- name: l10n-pull
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx pull -a --skip --minimum-perc=75 -f"
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx pull --all --skip --minimum-perc=75 --force"

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y clang libpython2.7 libpython2.7-dev
Expand Down

0 comments on commit 371956a

Please sign in to comment.