Podcast Generator using Docker and Bash with Python code.
Version updated for https://github.com/amitkumar-niranjan/podcast-generator to version v1.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 generation of a podcast RSS feed (podcast.xml) from a YAML configuration file (feed.yaml). It reads podcast metadata and episode details from the YAML file, converts them into a properly formatted RSS XML file, and commits the updated file back to the repository. This action simplifies the process of maintaining and publishing podcast feeds by handling the generation and version control of the RSS file automatically.
What’s Changed
Full Changelog: https://github.com/amitkumar-niranjan/podcast-generator/commits/v1.0