Skip to content

Commit

Permalink
fix: do not download sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJocho committed Feb 29, 2024
1 parent 6df64d9 commit 1e75b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-to-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
upload_sources: true
upload_translations: false
download_translations: true
download_translations: false
create_pull_request: false
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down

0 comments on commit 1e75b6c

Please sign in to comment.