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