Updaye script
This commit is contained in:
parent
7479a71c40
commit
a38d2269c4
2 changed files with 5 additions and 10 deletions
13
.github/workflows/translation.yml
vendored
13
.github/workflows/translation.yml
vendored
|
|
@ -8,15 +8,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: pip install transifex-client
|
||||
- run: |
|
||||
cat > ~/.transifexrc <<EOF
|
||||
[https://www.transifex.com]
|
||||
hostname = https://www.transifex.com
|
||||
username = api
|
||||
password = ${{ secrets.TRANSIFEX_TOKEN }}
|
||||
EOF
|
||||
- run: tx pull -a
|
||||
- uses: transifex/cli-action@v2
|
||||
with:
|
||||
token: ${{ secrets.TRANSIFEX_TOKEN }}
|
||||
args: pull -a
|
||||
- run: |
|
||||
git config --global user.name "Traccar Bot"
|
||||
git config --global user.email "support@traccar.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue