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 }}