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