Another attempt
This commit is contained in:
parent
f00d77f1f9
commit
7479a71c40
2 changed files with 11 additions and 6 deletions
9
.github/workflows/translation.yml
vendored
9
.github/workflows/translation.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue