Skip to content

Commit 9120b7f

Browse files
authored
Pin a version for Transifex CLI in sync.yml
1 parent 5ccc9fb commit 9120b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020
PYDOC_VERSION: ${{ inputs.version }}
2121
PYDOC_LANGUAGE: pt_BR
2222
PYDOC_TX_PROJECT: ${{ inputs.tx_project }}
23+
TX_CLI_VERSION: '1.6.16'
2324

2425
jobs:
2526
sync:
@@ -58,7 +59,7 @@ jobs:
5859
- name: Install Transifex CLI tool
5960
run: |
6061
cd /usr/local/bin
61-
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
6263
6364
- name: Install APT dependencies
6465
run: sudo apt update -y && sudo apt install gettext -y

0 commit comments

Comments
 (0)