mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update github action
This commit is contained in:
parent
25ee1983c6
commit
327a590b53
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user