Skip to content

Latest blog post workflow #19350

Latest blog post workflow

Latest blog post workflow #19350

name: Latest blog post workflow
on:
schedule:
- cron: "0 * * * *"
jobs:
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gautamkrishnar/blog-post-workflow@master
with:
max_post_count: "4"
feed_list: "https://dev.to/feed/https://dev.to/eke, https://eke.hashnode.dev/rss.xml, https://feedly.com/i/subscription/feed/https://www.freecodecamp.org/news/author/victoreke/rss/"