jasonetco/RSS to README

Replaces a section of the repo's README with the contents of an RSS feed

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
feed-urlA URL to an RSS feed.yes
readme-sectionThe name of the section of the README to update.yes
maxThe maximum number of RSS feed items to show.5
templateThe template to use for each item in the RSS feed. These are joined by a new line.* [{{ title }}]({{ link }})
pathThe path to the README fileREADME.md
github_token${{ github.token }}
branchThe target branch to update.${{ github.event.repository.default_branch }}
empty-commitsset to `false` to disallow empty commits when there are no changesnotrue

no outputs