Skip to content

✍🏽 Blog posts #30425

✍🏽 Blog posts

✍🏽 Blog posts #30425

name: ✍🏽 Blog posts
on:
workflow_dispatch:
schedule:
# Runs every hour
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: gautamkrishnar/blog-post-workflow@master
with:
feed_list: "http://akashrajpurohit.com/rss.xml"
template: "$newline - $randomEmoji(🔥,🚀,👨‍💻,👀,✍🏽,🥳,⚡️) <a target='_blank' href='$url&via=github-profile-readme'>$title</a>"
max_post_count: 15
committer_username: FindingAkash
committer_email: bot@akashrajpurohit.com
commit_message: "docs: :memo: updated blog list"