feat(charwords): added charwords:build to update operator charword table
This commit is contained in:
6
.github/workflows/update-charwords.yaml
vendored
6
.github/workflows/update-charwords.yaml
vendored
@@ -20,8 +20,10 @@ jobs:
|
||||
version: latest
|
||||
- name: Install dependencies
|
||||
run: pnpm i
|
||||
- name: Build all
|
||||
run: pnpm run charwords
|
||||
- name: Update charwords
|
||||
run: pnpm run charwords:update
|
||||
- name: Build operator charwords
|
||||
run: pnpm run charwords:build
|
||||
- name: Commit changes if any
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
|
||||
4
.github/workflows/update-music.yaml
vendored
4
.github/workflows/update-music.yaml
vendored
@@ -20,8 +20,8 @@ jobs:
|
||||
version: latest
|
||||
- name: Install dependencies
|
||||
run: pnpm i
|
||||
- name: Build all
|
||||
run: pnpm run music mapping
|
||||
- name: Update music mapping
|
||||
run: pnpm run music
|
||||
- name: Commit changes if any
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user