From 67e53ede6386aae45481a31236ac4632f65c7703 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:06:12 +0800 Subject: [PATCH] [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> --- cs/markdown/33.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cs/markdown/33.md b/cs/markdown/33.md index 7553fb2a..b5b01c46 100644 --- a/cs/markdown/33.md +++ b/cs/markdown/33.md @@ -89,7 +89,7 @@ GitHub 同名的个人仓库是一个特殊仓库,即创建一个与你的 Git name: Latest blog post workflow on: schedule: - - cron: '* 2 * * *' + - cron: '0 2 * * *' workflow_dispatch: jobs: @@ -101,7 +101,7 @@ jobs: - uses: gautamkrishnar/blog-post-workflow@master with: # 我的博客 / RSS 链接 - feed_list: "http://zhihu.com/rss.xml" + feed_list: "https://www.zhihu.com/rss" # 获取最新 10 篇文章 max_post_count: 10 ``` @@ -378,7 +378,7 @@ https://rss.lilydjwg.me/zhihuzhuanlan/c_1496496113348206594 name: Latest blog post workflow on: schedule: # Run workflow automatically - - cron: '* 2 * * *' # Runs every hour, on the hour + - cron: '0 2 * * *' # Runs every hour, on the hour workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly jobs: