Commit 2941f3b 1 parent 9d0c798 commit 2941f3b Copy full SHA for 2941f3b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ GitHub 同名的个人仓库是一个特殊仓库,即创建一个与你的 Git
89
89
name: Latest blog post workflow
90
90
on:
91
91
schedule:
92
- - cron: '* 2 * * *'
92
+ - cron: '0 2 * * *'
93
93
workflow_dispatch:
94
94
95
95
jobs:
@@ -101,7 +101,7 @@ jobs:
101
101
- uses: gautamkrishnar/blog-post-workflow@master
102
102
with:
103
103
# 我的博客 / RSS 链接
104
- feed_list: "http ://zhihu.com/rss.xml "
104
+ feed_list: "https ://www. zhihu.com/rss"
105
105
# 获取最新 10 篇文章
106
106
max_post_count: 10
107
107
```
@@ -378,7 +378,7 @@ https://rss.lilydjwg.me/zhihuzhuanlan/c_1496496113348206594
378
378
name: Latest blog post workflow
379
379
on:
380
380
schedule: # Run workflow automatically
381
- - cron: '* 2 * * * ' # Runs every hour, on the hour
381
+ - cron: '0 2 * * * ' # Runs every hour, on the hour
382
382
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
383
383
384
384
jobs:
You can’t perform that action at this time.
0 commit comments