chore(workflow): wording change

This commit is contained in:
z0x 2025-01-14 22:44:46 -05:00
parent a519150e9f
commit b4a16b8ef6

View file

@ -18,12 +18,12 @@ jobs:
with:
bun-version: latest
- name: Update dependencies
- name: Install dependencies
run: |
bun install
bun run build
- name: Commit updates
- name: Commit dist
run: |
git config user.name "gitea-actions[bot]"
git config user.email "gitea-actions[bot]@git.z0x.ca"