We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa2996 commit ee895e7Copy full SHA for ee895e7
1 file changed
.github/workflows/push.yml
@@ -17,3 +17,12 @@ jobs:
17
uses: golangci/golangci-lint-action@master
18
with:
19
version: latest
20
+
21
+ - name: Commit back
22
+ continue-on-error: true
23
+ run: |
24
+ git config --local user.name 'github-actions[bot]'
25
+ git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
26
+ git add --all
27
+ git commit -m "🎨 改进代码样式"
28
+ git push
0 commit comments