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 1a4bbc0 commit 6a68a82Copy full SHA for 6a68a82
.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.18.0
+ uses: crowdin/github-action@v1.19.0
48
with:
49
crowdin_branch_name: main
50
config: '.github/crowdin.yml'
.github/workflows/translations.yml
@@ -19,7 +19,7 @@ jobs:
19
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
20
21
- name: Download latest translations from Crowdin
22
23
24
upload_sources: false
25
download_translations: true
0 commit comments