Update main.yml

This commit is contained in:
xieshunxi1 2022-11-13 20:52:00 +08:00 committed by GitHub
parent 5bd3aae961
commit 1f2d02f1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,8 +37,8 @@ jobs:
- name: 提交更改 - name: 提交更改
run: | run: |
git config core.ignorecase false git config core.ignorecase false
git config --local user.email "admin@ermao.net" git config --local user.email "2938500754@qq.com"
git config --local user.name "ermaozi" git config --local user.name "xi-"
git add . git add .
git commit -m "$(date '+%Y-%m-%d %H:%M:%S')更新订阅链接" git commit -m "$(date '+%Y-%m-%d %H:%M:%S')更新订阅链接"
git push git push