diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 303cca98..5d5826fc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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