fix: fixed github action
This commit is contained in:
12
.github/workflows/update.yaml
vendored
12
.github/workflows/update.yaml
vendored
@@ -12,7 +12,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -20,13 +19,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use PNPM
|
- name: Use Bun
|
||||||
uses: pnpm/action-setup@v4
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
- run: bun install
|
||||||
run_install: true
|
|
||||||
- name: Update
|
- name: Update
|
||||||
run: pnpm run update
|
run: bun run update
|
||||||
- name: Commit changes if any
|
- name: Commit changes if any
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "chore: auto update"
|
commit_message: 'chore: auto update'
|
||||||
|
|||||||
Reference in New Issue
Block a user