mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 11:39:29 -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
|
pnpm run build
|
||||||
git config --global user.email "noreply@github.com"
|
git config --global user.email "noreply@github.com"
|
||||||
git config --global user.name "CI"
|
git config --global user.name "CI"
|
||||||
git diff --quiet || (git add -A && git commit -m "build: update bundled artifacts [skip ci]")
|
git diff --quiet || (git add -A && git commit -m "build: update bundled artifacts [skip ci]" && git push)
|
||||||
git push
|
|
||||||
|
|||||||
3
.github/workflows/eslint.yml
vendored
3
.github/workflows/eslint.yml
vendored
@@ -43,5 +43,4 @@ jobs:
|
|||||||
pnpm run lint
|
pnpm run lint
|
||||||
git config --global user.email "noreply@github.com"
|
git config --global user.email "noreply@github.com"
|
||||||
git config --global user.name "CI"
|
git config --global user.name "CI"
|
||||||
git diff --quiet || (git add -A && git commit -m "style: ESlint && Prettier")
|
git diff --quiet || (git add -A && git commit -m "style: ESlint && Prettier" && git push)
|
||||||
git push
|
|
||||||
|
|||||||
Reference in New Issue
Block a user