chore(workflow): wording change
This commit is contained in:
parent
7243cd8872
commit
0e6328f3d0
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
|
||||||
- name: Update dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
bun install
|
bun install
|
||||||
bun run build
|
bun run build
|
||||||
|
|
||||||
- name: Commit updates
|
- name: Commit dist
|
||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-actions[bot]"
|
git config user.name "gitea-actions[bot]"
|
||||||
git config user.email "gitea-actions[bot]@git.z0x.ca"
|
git config user.email "gitea-actions[bot]@git.z0x.ca"
|
||||||
|
|
Loading…
Add table
Reference in a new issue