chore(deps): update wiki digest to 871cf91 #628
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ASF-crowdin-ci | |
on: | |
push: | |
branches: | |
- main | |
permissions: {} | |
jobs: | |
upload: | |
environment: dev-crowdin | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4.2.2 | |
with: | |
show-progress: false | |
submodules: recursive | |
- name: Upload latest strings for translation on Crowdin | |
uses: crowdin/github-action@v2.5.0 | |
with: | |
crowdin_branch_name: main | |
config: '.github/crowdin.yml' | |
project_id: ${{ secrets.ASF_CROWDIN_PROJECT_ID }} | |
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }} |