Skip to content

Commit

Permalink
Update autoTestApi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhtok committed May 1, 2023
1 parent 29c7086 commit 0081b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autoTestApi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
schedule:
- cron: '30 * * * *'
- cron: '0 0/3 * * *'
watch:
types: [started]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0081b9b

Please sign in to comment.