We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb53aa commit 1cd15fcCopy full SHA for 1cd15fc
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Upload latest strings for translation on Crowdin
46
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
47
- uses: crowdin/github-action@v1.20.3
+ uses: crowdin/github-action@v1.20.4
48
with:
49
crowdin_branch_name: main
50
config: '.github/crowdin.yml'
.github/workflows/translations.yml
@@ -20,7 +20,7 @@ jobs:
20
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
21
22
- name: Download latest translations from Crowdin
23
24
25
upload_sources: false
26
download_translations: true
0 commit comments