Another attempt

This commit is contained in:
Anton Tananaev 2025-06-05 22:23:35 -07:00
parent f00d77f1f9
commit 7479a71c40
2 changed files with 11 additions and 6 deletions

View file

@ -8,9 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git config --global user.email "actions@github.com" && git config --global user.name "actions"
- run: pip install transifex-client
- run: echo -e "[https://www.transifex.com]\ntoken = ${{ secrets.TRANSIFEX_TOKEN }}" > ~/.transifexrc
- run: |
cat > ~/.transifexrc <<EOF
[https://www.transifex.com]
hostname = https://www.transifex.com
username = api
password = ${{ secrets.TRANSIFEX_TOKEN }}
EOF
- run: tx pull -a
- run: |
git config --global user.name "Traccar Bot"