Thanks alot for this post. I have just used it now and it feels good.
ps. Rergarding adding a folder to the repository, you can actually do it a very simple way.
When you type in the name of your file: in this case .github/workflow/<name.yml>
You can actually do this by typing: ".github/". As soon as you add the "/" it will be converted to a folder, so you can now type "workflow/" and finally the name of the yml file.
Awesome project Darsh Shah! Thanks for building and sharing this!
Darsh Shah, Awesome! Thanks for creating this and writing about it.
That's the one which i am looking , Awesome article , you made my way easy , Thanks to post
Hey Darsh! Super interesting. Thanks for writing this piece!
Excellent article - thanks for sharing!
Thanks for sharing this article, I've been able to add my blog post to my Github readme
Nice, but doesnt show my last post π₯
my blog: blogdevtrip.hashnode.dev
my github: github.com/rogergcc
name: Latest blog post workflow main yml on: schedule: # Runs every hour - cron: '0 * * * *' jobs: update-readme-with-blog: name: Update this repo's README with latest blog posts yml runs-on: Ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: gautamkrishnar/blog-post-workflow@master with: feed_list: "blogdevtrip.hashnode.dev/rss.xml"