Skip to content

chore: update koishi and dependencies #36

chore: update koishi and dependencies

chore: update koishi and dependencies #36

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [master]
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: crowdin action
uses: crowdin/[email protected]
with:
upload_sources: true
upload_translations: true
download_translations: false
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
config: './crowdin.yml'