Update GitHub Workflow

This commit is contained in:
Alan Bobs 2022-02-16 17:17:33 +08:00
parent f672f755ab
commit ba8a5e263e

View File

@ -39,8 +39,8 @@ jobs:
- name: 提交更改
run: |
git config --local user.email ""
git config --local user.name ""
git config --local user.email "example@x.com"
git config --local user.name "Alan Bobs"
git add ./sub
git add ./utils
git commit -m "$(date '+%Y-%m-%d %H:%M:%S')更新订阅链接"