Skip to content

Commit

Permalink
update git username
Browse files Browse the repository at this point in the history
  • Loading branch information
dividez committed Jun 20, 2024
1 parent c505bbf commit 5c258c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: push to origin master # 推送到远程仓库的 master 分支
run: | # 执行多行命令
echo "start push" # 输出提示信息
git config --global user.name "Jim" # 配置全局用户名
git config --global user.name "dividez" # 配置全局用户名
git config --global user.email "divide_z@163.com" # 配置全局邮箱
git add markdowns/*.md # 添加 markdowns 文件夹下的所有 .md 文件
Expand Down

0 comments on commit 5c258c1

Please sign in to comment.