Skip to content

Commit ee895e7

Browse files
committed
✅ reintroduce Commit back
1 parent 7aa2996 commit ee895e7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ jobs:
1717
uses: golangci/golangci-lint-action@master
1818
with:
1919
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

Comments
 (0)