build: update gh action commit workflow

This commit is contained in:
Sped0n
2023-11-04 20:22:37 +08:00
parent 9dbf73db8f
commit df9d2d7d65
2 changed files with 2 additions and 4 deletions

View File

@@ -79,5 +79,4 @@ jobs:
pnpm run build
git config --global user.email "noreply@github.com"
git config --global user.name "CI"
git diff --quiet || (git add -A && git commit -m "build: update bundled artifacts [skip ci]")
git push
git diff --quiet || (git add -A && git commit -m "build: update bundled artifacts [skip ci]" && git push)

View File

@@ -43,5 +43,4 @@ jobs:
pnpm run lint
git config --global user.email "noreply@github.com"
git config --global user.name "CI"
git diff --quiet || (git add -A && git commit -m "style: ESlint && Prettier")
git push
git diff --quiet || (git add -A && git commit -m "style: ESlint && Prettier" && git push)