Skip to content

Commit

Permalink
[增加]1. 增加Fork项目的同步
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Dec 10, 2024
1 parent a5848fd commit 47cbd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Update Fork
on:
schedule:
- cron: '0 0 * * *' # 每天0点执行更新,你可以根据需要修改这个时间安排
workflow_dispatch: # 添加此配置,用于实现手动触发功能
jobs:
update:
runs-on: ubuntu - latest
Expand Down

0 comments on commit 47cbd73

Please sign in to comment.