Update sync_project.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 3 years ago committed by GitHub
parent 3bbd9bd1fe
commit a92ef73ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/sync_project.yml

@ -5,7 +5,7 @@ on:
branches:
- master //当有文件上传到这个分支开始部署 也有可能是main
schedule:
- cron: '0 16 * * *' //定时每天16点UTC
- cron: '0 16 * * *'
jobs:
# mirror_to_gitee:

Loading…
Cancel
Save