|
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|
|
|
|
sh ./run.sh
|
|
|
|
|
- name: Commit Changes
|
|
|
|
|
run: |
|
|
|
|
|
git config --global user.email flik@92coco.cn
|
|
|
|
|
git config --global user.email 2470982985@qq.com
|
|
|
|
|
git config --global user.name a2470982985
|
|
|
|
|
git add .
|
|
|
|
|
git commit -m"由github actions推送,日期:`date`"
|
|
|
|
|
|