Skip to content

Fix module scope writes and the daemon notifications the manager drop… #20

Fix module scope writes and the daemon notifications the manager drop…

Fix module scope writes and the daemon notifications the manager drop… #20

Workflow file for this run

name: Crowdin Action
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- manager/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@main
- name: crowdin action
uses: crowdin/github-action@master
with:
upload_translations: true
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 }}