Readme update Actions
ActionsTags
(2)A Powerful Bot to Update GitHub Profile's Readme using GitHub Actions
-
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/workflows
inside root of the repository if it doesn't exists. -
Create a new file
readme-update-actions.yml
inside.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.
Readme update Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.