mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: fix fmt
This commit is contained in:
parent
9a90939ac4
commit
076c8b2ca1
2 changed files with 4 additions and 2 deletions
|
|
@ -9,5 +9,6 @@ if (process.env["CI"] && (await $`git status --porcelain`.text())) {
|
|||
await $`git config --local user.name "GitHub Action"`
|
||||
await $`git add -A`
|
||||
await $`git commit -m "chore: format code"`
|
||||
await $`git push --no-verify`
|
||||
const branch = process.env["PUSH_BRANCH"]
|
||||
await $`git push origin HEAD:${branch} --no-verify`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue