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