We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccc9fb commit 9120b7fCopy full SHA for 9120b7f
.github/workflows/sync.yml
@@ -20,6 +20,7 @@ env:
20
PYDOC_VERSION: ${{ inputs.version }}
21
PYDOC_LANGUAGE: pt_BR
22
PYDOC_TX_PROJECT: ${{ inputs.tx_project }}
23
+ TX_CLI_VERSION: '1.6.16'
24
25
jobs:
26
sync:
@@ -58,7 +59,7 @@ jobs:
58
59
- name: Install Transifex CLI tool
60
run: |
61
cd /usr/local/bin
- curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s
62
+ curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- $TX_CLI_VERSION
63
64
- name: Install APT dependencies
65
run: sudo apt update -y && sudo apt install gettext -y
0 commit comments