Update github action

This commit is contained in:
FoundTheWOUT 2022-05-11 09:52:15 +08:00
parent 25ee1983c6
commit 327a590b53

View File

@ -43,8 +43,8 @@ jobs:
- name: Git commit
id: commit
run: |
git config --local user.email "the1812@outlook.com"
git config --local user.name "the1812"
git config --local user.email github-actions[bot]@users.noreply.github.com
git config --local user.name github-actions[bot]
git config --global core.autocrlf true
git config --global core.safecrlf false
git commit -m "CI build" -a