From 0081b9b23779ec6222b0e4bede4d611a295cd89e Mon Sep 17 00:00:00 2001 From: zhtok Date: Mon, 1 May 2023 18:45:09 +0800 Subject: [PATCH] Update autoTestApi.yml --- .github/workflows/autoTestApi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autoTestApi.yml b/.github/workflows/autoTestApi.yml index b6addb6ea09..c3b8fe5e882 100644 --- a/.github/workflows/autoTestApi.yml +++ b/.github/workflows/autoTestApi.yml @@ -7,7 +7,7 @@ on: branches: - main schedule: - - cron: '30 * * * *' + - cron: '0 0/3 * * *' watch: types: [started] @@ -46,8 +46,8 @@ jobs: rm -f configkey.txt - name: Commit #上传新的refresh_token到仓库 run: | - git config --global user.email testApi@chrisvcg.top - git config --global user.name testApiBot + git config --global user.email chrisvcg_msdev@outlook.com + git config --global user.name chrisvcg_msdev git add . git commit -m "update new refresh token with testApiBot" -a - name: Push changes