Skip to content

Commit

Permalink
fix(CI): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cscnk52 committed Oct 24, 2024
1 parent 1b4f391 commit e13536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autocorrect-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# 如果有更改,则配置 Git 提交用户名和邮箱,并提交更改
- name: Commit changes
if: success()
if: failure()
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit e13536e

Please sign in to comment.