Skip to content

Commit

Permalink
Update crowdin/github-action action to v2.5.2 (#421)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 3aa6a33 commit 3259bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-l10n-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Upload sources and download translations 🌐
if: env.NUM_DIFFS > 1
uses: crowdin/[email protected].1
uses: crowdin/[email protected].2
with:
upload_sources: true
upload_translations: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-l10n-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.PAT }}

- name: Download translations 🌐
uses: crowdin/[email protected].1
uses: crowdin/[email protected].2
with:
upload_sources: false
upload_translations: false
Expand Down

0 comments on commit 3259bcd

Please sign in to comment.