mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
disable commit back
This commit is contained in:
parent
3705da38b7
commit
99a8fcd73a
9
.github/workflows/push.yml
vendored
9
.github/workflows/push.yml
vendored
@ -17,12 +17,3 @@ jobs:
|
|||||||
uses: golangci/golangci-lint-action@master
|
uses: golangci/golangci-lint-action@master
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: --issues-exit-code=0
|
|
||||||
- name: Commit back
|
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
|
||||||
git config --local user.name 'github-actions[bot]'
|
|
||||||
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
|
||||||
git add --all
|
|
||||||
git commit -m "🎨 改进代码样式"
|
|
||||||
git push
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user