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 df31b39 commit 8ed2d88Copy full SHA for 8ed2d88
.github/workflows/pull_strings.yml
@@ -25,6 +25,7 @@ jobs:
25
config: crowdin.yml
26
upload_sources: false
27
download_translations: true
28
+ download_sources_args: --dest manager.xml
29
skip_ref_checkout: true
30
localization_branch_name: feat/translations
31
create_pull_request: false
.github/workflows/push_strings.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
23
upload_sources: true
24
+ upload_sources_args: --dest manager.xml
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
0 commit comments