remove i18n copy thing
This commit is contained in:
parent
b07876077d
commit
0354c6737e
1 changed files with 0 additions and 24 deletions
24
.github/workflows/cider-chores.yml
vendored
24
.github/workflows/cider-chores.yml
vendored
|
@ -72,27 +72,3 @@ jobs:
|
|||
commit_message: "chore: Prettified Code\n [ci skip]"
|
||||
commit_user_name: "cider-chore[bot]"
|
||||
commit_user_email: "cider-chore[bot]@users.noreply.github.com"
|
||||
|
||||
update-i18n-source:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Update Source Files
|
||||
run: cp src/i18n/en_US.json src/i18n/source/en_US.json
|
||||
|
||||
- name: Commit Updated Source File
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "chore: Updated i18n Source\n [ci skip]"
|
||||
commit_user_name: "cider-chore[bot]"
|
||||
commit_user_email: "cider-chore[bot]@users.noreply.github.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue