Podcast xml(rss) generator
Version updated for https://github.com/salmankalam/podcast-xml-rss--generator to version v2.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of generating a podcast RSS feed from an XML file. It uses Docker to set up a machine, copies necessary files, and then calls a script that parses the XML, generates the RSS feed, and uploads it back to the repository where the original XML file is stored. This helps maintain consistency in podcast metadata across different platforms.
What’s Changed
Full Changelog: https://github.com/salmankalam/podcast-xml-rss--generator/compare/v1.0...v2.0