diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 705e36300..90a673a59 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -16,9 +16,9 @@ jobs: with: fetch-depth: 0 submodules: 'true' - #- name: Update Submodule - # run: | - # git submodule update --recursive --remote + - name: Update Submodule + run: | + git submodule update --recursive --remote - name: Set up Python uses: actions/setup-python@v2 with: