|
|
|
@ -6,7 +6,7 @@ on:
|
|
|
|
branches:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
- main
|
|
|
|
schedule:
|
|
|
|
schedule:
|
|
|
|
- cron: '0 * */30 * *' #国际标准时间,北京时间+8,即下午1点钟
|
|
|
|
- cron: '0 * * * *' #国际标准时间,北京时间+8,即下午1点钟
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -20,8 +20,8 @@ jobs:
|
|
|
|
sh ./run.sh
|
|
|
|
sh ./run.sh
|
|
|
|
- name: Commit Changes
|
|
|
|
- name: Commit Changes
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
git config --global user.email 2470982985@qq.com
|
|
|
|
git config --global user.email flik@92coco.cn
|
|
|
|
git config --global user.name a2470982985
|
|
|
|
git config --global user.name Flik
|
|
|
|
git add .
|
|
|
|
git add .
|
|
|
|
git commit -m"由github actions推送,日期:`date`"
|
|
|
|
git commit -m"由github actions推送,日期:`date`"
|
|
|
|
git pull --rebase
|
|
|
|
git pull --rebase
|
|
|
|
|