disable commit back

This commit is contained in:
源文雨 2022-09-12 20:02:39 +08:00
parent 3705da38b7
commit 99a8fcd73a

View File

@ -17,12 +17,3 @@ jobs:
uses: golangci/golangci-lint-action@master
with:
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