We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2609d commit 3a29fabCopy full SHA for 3a29fab
.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.1
+ uses: crowdin/github-action@v1.20.2
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