Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit e23b593

Browse files
committed
配置用户
1 parent 42ef392 commit e23b593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wiki.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
rm -rf main/source/wiki/*
3333
cp -rf _book/* main/source/wiki/ # 复制静态文件
3434
cd main
35-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
36-
git config --global user.name "github-actions[bot]"
35+
git config --global user.email "1216692740@qq.com"
36+
git config --global user.name "BlockHaity"
3737
git add source/wiki
3838
git commit -m "Update wiki static pages" || true # 如果没有更改则不提交
3939
git push origin main

0 commit comments

Comments
 (0)