reintroduce Commit back

This commit is contained in:
源文雨 2022-12-10 14:19:04 +08:00
parent 7aa2996540
commit ee895e7dc4

View File

@ -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