Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
chore: also adjust CV commit message for export
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Mar 28, 2022
1 parent 4f36a1a commit 9837bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export.yaml
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Format Changes
run: cd cv && git add -A && npx pretty-quick --staged
- name: Commit CV Changes
run: cd cv && git commit -m "Automatic Sentence Collector Export + Update Locales if necessary"
run: cd cv && git commit -m "Automatic Sentence Collector Export"

- name: Prepare locale FTL source file (EN)
run: env COMMON_VOICE_PATH=cv/ node scripts/export-source-strings.js
Expand Down

0 comments on commit 9837bac

Please sign in to comment.