From cdee557a4f70e721fbe457755e48431733846f5b Mon Sep 17 00:00:00 2001 From: Sophie L Date: Mon, 1 Apr 2024 15:14:15 +0100 Subject: [PATCH] fix(ci): correct path --- .github/workflows/update_locales.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_locales.yml b/.github/workflows/update_locales.yml index 31a9e227..bf636056 100644 --- a/.github/workflows/update_locales.yml +++ b/.github/workflows/update_locales.yml @@ -16,7 +16,7 @@ jobs: with: submodules: true - name: Update submodule - run: git submodule update --remote components/i18n/locales + run: git submodule update --remote packages/client/components/i18n/locales - name: Commit changes uses: EndBug/add-and-commit@v9 with: