Skip to content

Commit

Permalink
setting path for crowdin.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreclerigo committed Nov 18, 2024
1 parent 7d4bb18 commit c2f50ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crowdin-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Synchronize with Crowdin
uses: crowdin/github-action@v2
with:
config: "crowdin.yml"
upload_sources: false
upload_translations: false
download_translations: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/crowdin-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Crowdin push
uses: crowdin/github-action@v2
with:
config: "crowdin.yml"
upload_sources: true
upload_translations: true
download_translations: false
Expand Down

0 comments on commit c2f50ea

Please sign in to comment.