GitHub Blog Post Workflow v2
Version updated for https://github.com/ePlus-DEV/blog-post-workflow to version v1.0.6.
- This action is used across all versions by 12 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of updating a repository’s README file with the latest posts from specified RSS feeds, ensuring the content remains current without manual updates. It solves the problem of maintaining dynamic blog post lists by periodically fetching and inserting new entries into the README using a scheduled or manual trigger. Key capabilities include customizable RSS feed integration, flexible scheduling, and automated updates directly within the repository.
What’s Changed
What’s Changed
- Rebase-and-wait on git push retries and add troubleshooting note for unexpected inputs by @hoangsvit in https://github.com/ePlus-DEV/blog-post-workflow/pull/5
Full Changelog: https://github.com/ePlus-DEV/blog-post-workflow/compare/v1.0.5...v1.0.6