We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb129b4 commit dfefd4dCopy full SHA for dfefd4d
1 file changed
.github/workflows/update-external-docs.yml
@@ -114,17 +114,9 @@ jobs:
114
- name: Install dependencies
115
run: npm ci
116
117
- # see all the options at https://github.com/crowdin/github-action
118
- - name: Crowdin PR
119
- uses: crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # https://github.com/crowdin/github-action/releases/tag/v2.16.2
120
- with:
121
- upload_sources: false
122
- upload_translations: false
123
- download_translations: true
124
- push_translations: false
125
- create_pull_request: false
+ - name: Download Crowdin translations
+ run: npx --yes @crowdin/cli download
126
env:
127
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
129
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
130
0 commit comments