Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Remove keep alive foreground service because bound service won't need… #22

Remove keep alive foreground service because bound service won't need…

Remove keep alive foreground service because bound service won't need… #22

Workflow file for this run

name: Crowdin Action
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- manager/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 }}