fix: update file pattern for translation workflow
This commit is contained in:
2
.github/workflows/translate.yml
vendored
2
.github/workflows/translate.yml
vendored
@@ -40,6 +40,6 @@ jobs:
|
||||
run: |
|
||||
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git config --local user.name "${{ github.actor }}"
|
||||
git add apps/web/src/locales/*/messages.{js,ts}
|
||||
git add apps/web/src/locales/*/messages.ts
|
||||
git diff --staged --quiet || git commit -m "chore: compile translations"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user