Skip to content

Commit

Permalink
fix(ci): correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored Apr 1, 2024
1 parent 88438a6 commit cdee557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cdee557

Please sign in to comment.