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 843bc1e commit 4317ea0Copy full SHA for 4317ea0
.github/workflows/update-and-build.yml
@@ -26,9 +26,7 @@ jobs:
26
- run: ./manage_translation.py recreate_tx_config
27
env:
28
TX_TOKEN: ${{ secrets.TX_TOKEN }}
29
- - run: |
30
- curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
31
- echo "/usr/local/bin" >> $GITHUB_PATH
+ - run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
32
working-directory: /usr/local/bin
33
- run: ./manage_translation.py fetch ${{ secrets.TX_TOKEN }}
34
- run: ./manage_translation.py recreate_readme
0 commit comments