ci: Don't upload strings to Crowdin when pulling (#4164)
This commit is contained in:
parent
e6529837cb
commit
5efcdd31c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull_strings.yml
vendored
2
.github/workflows/pull_strings.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
uses: crowdin/github-action@v2
|
||||
with:
|
||||
config: crowdin.yml
|
||||
upload_sources: false
|
||||
download_translations: true
|
||||
localization_branch_name: feat/translations
|
||||
create_pull_request: false
|
||||
|
|
@ -39,4 +40,3 @@ jobs:
|
|||
destination_branch: dev
|
||||
pr_title: "chore: Sync translations"
|
||||
pr_body: "Sync translations from [crowdin.com/project/revanced](https://crowdin.com/project/revanced)"
|
||||
pr_draft: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue