We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd36c1 commit e4bb6daCopy full SHA for e4bb6da
2 files changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Upload latest strings for translation on Crowdin
42
continue-on-error: true
43
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
44
- uses: crowdin/github-action@1.4.6
+ uses: crowdin/github-action@1.4.7
45
with:
46
crowdin_branch_name: main
47
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