From ee895e7dc48dd80556ab71e7dcb8e0840276f13e 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: Sat, 10 Dec 2022 14:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20reintroduce=20Commit=20back?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ecd92f3f..f169ee67 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -17,3 +17,12 @@ jobs: uses: golangci/golangci-lint-action@master with: version: latest + + - 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