mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
build: update gh action commit workflow
This commit is contained in:
3
.github/workflows/artifacts.yml
vendored
3
.github/workflows/artifacts.yml
vendored
@@ -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)
|
||||
|
||||
3
.github/workflows/eslint.yml
vendored
3
.github/workflows/eslint.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user