1
0
Fork 0
mirror of synced 2024-09-29 08:51:43 +13:00
Rare/.github/workflows/push_tr_file.yml
Dummerle 825f055387
Some fixes:
- Fix info texts in installed widgets
- check settings before sync
- Update README.md
2021-11-17 23:02:36 +01:00

29 lines
575 B
YAML

name: Translations
on:
push:
branches: [ main ]
paths:
- 'rare/languages/placeholder.ts'
workflow_dispatch:
jobs:
push_file:
runs-on: ubuntu-20.04
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: install Deps
run: |
sudo apt update
sudo apt install python3 python3-pip python3-setuptools
pip install transifex-client
- name: push file
run: tx push -s