From 106f1e6c94641c9e658c099ae23f5b566d1242f7 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 28 Feb 2024 14:34:57 +0100 Subject: [PATCH] Update script --- .github/actions/localization/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/localization/action.yml b/.github/actions/localization/action.yml index 0f1d97d8..83c1a09c 100644 --- a/.github/actions/localization/action.yml +++ b/.github/actions/localization/action.yml @@ -30,7 +30,7 @@ runs: - name: Sync localization shell: bash - run: npm run sync-localization + run: npm run localization:sync env: TRANSLATION_API_KEY: ${{ inputs.TRANSLATION_API_KEY }} TRANSLATION_API_LOCATION: ${{ inputs.TRANSLATION_API_LOCATION }}