mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-16 18:51:03 +00:00
Update BUILD.yml
This commit is contained in:
2
.github/workflows/BUILD.yml
vendored
2
.github/workflows/BUILD.yml
vendored
@@ -7,7 +7,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- uses: oven-sh/setup-bun@v2
|
- uses: oven-sh/setup-bun@v2
|
||||||
with:
|
|
||||||
bun-version: latest
|
|
||||||
- run: bun install && bun run build
|
- run: bun install && bun run build
|
||||||
- run: git config user.name github-actions[bot] && git config user.email github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push
|
- run: git config user.name github-actions[bot] && git config user.email github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push
|
||||||
|
|||||||
Reference in New Issue
Block a user