Skip to content

Commit

Permalink
Update crowdin/github-action action to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 23, 2024
1 parent 1c957ed commit be239e6
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/github-action@v1.19.0
uses: crowdin/github-action@v1.20.0
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/github-action@v1.19.0
uses: crowdin/github-action@v1.20.0
with:
upload_sources: false
upload_translations: false
Expand Down

0 comments on commit be239e6

Please sign in to comment.