-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong intl messages configuration (#75)
* Fix wrong intl messages configuration * Adapt i18n and lint workflow * Fix wrong path
- Loading branch information
1 parent
f7c0fdd
commit 18b5b91
Showing
5 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,14 @@ jobs: | |
git config user.name github-actions | ||
git config user.email [email protected] | ||
- name: "Library: Clone translations" | ||
- name: "COMET Library: Clone translations" | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: vivid-planet/comet-lang | ||
token: ${{ secrets.VIVID_PLANET_BOT_TOKEN }} | ||
path: "demo/admin/lang/comet-lang" | ||
|
||
- name: "COMET Brevo Library: Clone translations" | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: vivid-planet/comet-brevo-module-lang | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,14 @@ jobs: | |
git config user.name github-actions | ||
git config user.email [email protected] | ||
- name: "Library: Clone translations" | ||
- name: "COMET Library: Clone translations" | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: vivid-planet/comet-lang | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
path: "demo/admin/lang/comet-lang" | ||
|
||
- name: "COMET Brevo Library: Clone translations" | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: vivid-planet/comet-brevo-module-lang | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters