1
0
mirror of https://github.com/LSPosed/LSPosed.git synced 2024-11-14 18:37:01 +00:00
LSPosed/.github/workflows/crowdin.yml
LoveSy e3cdaef27b
Update CI deps (#2189)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
2022-10-21 19:09:24 +08:00

29 lines
689 B
YAML

name: Crowdin Action
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- app/src/main/res/values/strings.xml
- daemon/src/main/res/values/strings.xml
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: crowdin action
uses: crowdin/github-action@master
with:
upload_translations: false
download_translations: false
upload_sources: true
config: 'crowdin.yml'
crowdin_branch_name: master
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }}