Skip to content

Commit

Permalink
Update crowdin/github-action action to v1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent a1bf191 commit 87b9888
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].3
uses: crowdin/[email protected].4
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].3
uses: crowdin/[email protected].4
with:
upload_sources: false
upload_translations: false
Expand Down

0 comments on commit 87b9888

Please sign in to comment.