Skip to content

Commit 2941f3b

Browse files
[Sweep GHA Fix] The GitHub Actions run failed with... (#45)
* feat: Updated awesome-golang/go-advancend/projects * feat: Updated cs/markdown/33.md --------- Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
1 parent 9d0c798 commit 2941f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cs/markdown/33.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ GitHub 同名的个人仓库是一个特殊仓库,即创建一个与你的 Git
8989
name: Latest blog post workflow
9090
on:
9191
schedule:
92-
- cron: '* 2 * * *'
92+
- cron: '0 2 * * *'
9393
workflow_dispatch:
9494
9595
jobs:
@@ -101,7 +101,7 @@ jobs:
101101
- uses: gautamkrishnar/blog-post-workflow@master
102102
with:
103103
# 我的博客 / RSS 链接
104-
feed_list: "http://zhihu.com/rss.xml"
104+
feed_list: "https://www.zhihu.com/rss"
105105
# 获取最新 10 篇文章
106106
max_post_count: 10
107107
```
@@ -378,7 +378,7 @@ https://rss.lilydjwg.me/zhihuzhuanlan/c_1496496113348206594
378378
name: Latest blog post workflow
379379
on:
380380
schedule: # Run workflow automatically
381-
- cron: '* 2 * * *' # Runs every hour, on the hour
381+
- cron: '0 2 * * *' # Runs every hour, on the hour
382382
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
383383

384384
jobs:

0 commit comments

Comments
 (0)