We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d4c2f commit 7ce04e2Copy full SHA for 7ce04e2
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Upload latest strings for translation on Crowdin
42
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
43
- uses: crowdin/github-action@1.4.7
+ uses: crowdin/github-action@1.4.8
44
with:
45
crowdin_branch_name: main
46
config: '.github/crowdin.yml'
.github/workflows/translations.yml
@@ -15,7 +15,7 @@ jobs:
15
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
16
17
- name: Download latest translations from Crowdin
18
19
20
upload_sources: false
21
download_translations: true
0 commit comments