We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e3226 commit 426dc0cCopy full SHA for 426dc0c
.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.16
+ uses: crowdin/github-action@1.5.0
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