Skip to content

Commit

Permalink
[Sweep GHA Fix] The GitHub Actions run failed with... (#45)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
sweep-ai[bot] authored Feb 11, 2024
1 parent 3e93a23 commit 67e53ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cs/markdown/33.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GitHub 同名的个人仓库是一个特殊仓库,即创建一个与你的 Git
name: Latest blog post workflow
on:
schedule:
- cron: '* 2 * * *'
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
Expand All @@ -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
```
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 67e53ed

Please sign in to comment.