From 99a8fcd73acb35c8fb5674e41a16211560e2abae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 12 Sep 2022 20:02:39 +0800 Subject: [PATCH] disable commit back --- .github/workflows/push.yml | 9 --------- 1 file changed, 9 deletions(-) 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