readme-update-actions
readme-update-actions copied to clipboard
Fetch latest blog posts and add it to GitHub profile's README dynamically

A Powerful Bot to Update GitHub Profile's Readme using GitHub Actions
Usage
-
Go to your repository
-
Add the following to your README.md file, you can use any title. Just make sure that you use
<!-- BLOG-LIST-START --><!-- BLOG-LIST-END -->in your readme. The workflow will replace this comment with the actual blog posts list:# Blog posts <!-- BLOG-LIST-START --> <!-- BLOG-LIST-END --> -
Create a folder
.github/workflowsinside root of the repository if it doesn't exists. -
Create a new file
readme-update-actions.ymlinside.github/workflows/with the following contents:

- Replace the above URL list with your own RSS feed URLs.
- Commit and wait for it to run automatically, or you can also trigger it manually to see the result instantly.
Results


