Skip to content

Commit 515f263

Browse files
committed
fixup! Add a job to automatically update translations
1 parent 3d3f348 commit 515f263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
update_language:
2727
name: 'Update ${{ matrix.language }} translations from Crowdin'
2828
needs: list_languages
29-
if: ${{ needs.list_languages.outputs.matrix != '[]' }}
29+
if: ${{ needs.list_languages.outputs.languages != '[]' }}
3030
runs-on: ubuntu-latest
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
language: ${{ fromJson(needs.list.outputs.languages) }}
34+
language: ${{ fromJson(needs.list_languages.outputs.languages) }}
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v2

0 commit comments

Comments
 (0)