Skip to content

Commit

Permalink
chore(actions): bump crowdin action to v2.5.0
Browse files Browse the repository at this point in the history
!crowdin upload
  • Loading branch information
Lulalaby committed Jan 7, 2025
1 parent 14b071e commit 2582890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-localization-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: ./docs
- name: "Crowdin"
id: crowdin
uses: crowdin/github-action@v2
uses: crowdin/github-action@v2.5.0
with:
upload_sources: false
upload_translations: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-localization-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sphinx-intl update -p ./build/locales ${{ vars.SPHINX_LANGUAGES }}
working-directory: ./docs
- name: "Crowdin"
uses: crowdin/github-action@v2
uses: crowdin/github-action@v2.5.0
with:
upload_sources: true
upload_translations: false
Expand Down

0 comments on commit 2582890

Please sign in to comment.