Skip to content

docs: add this week in databend 116 (#13425) #1786

docs: add this week in databend 116 (#13425)

docs: add this week in databend 116 (#13425) #1786

Workflow file for this run

name: Crowdin Action
on:
push:
branches: [main]
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: crowdin action
uses: crowdin/github-action@v1
with:
config: ".github/crowdin.yml"
upload_sources: true
# Delete obsolete files and folders from Crowdin project
upload_sources_args: "--delete-obsolete"
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}