We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67eb871 commit 9837321Copy full SHA for 9837321
.github/workflows/update-lint-and-build.yml
@@ -20,14 +20,14 @@ jobs:
20
python-version: 3
21
- run: sudo apt-get install -y gettext
22
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb
23
+ - run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
24
+ working-directory: /usr/local/bin
25
- uses: actions/checkout@master
26
with:
27
ref: ${{ matrix.version }}
28
- run: ./manage_translation.py recreate_tx_config
29
env:
30
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- - run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
- working-directory: /usr/local/bin
31
- run: ./manage_translation.py fetch
32
33
0 commit comments