Skip to content

Latest blog post workflow #15565

Latest blog post workflow

Latest blog post workflow #15565

name: Latest blog post workflow
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/blog-post-workflow@master
with:
readme_path: profile/README.md
comment_tag_name: "HASHNODE"
commit_message: "Updated readme with the latest Hashnode Blog data"
feed_list: "https://the.cognitiveservices.ninja/rss.xml, https://aiassistant.studio/rss.xml"