jasonetco/RSS to README
Replaces a section of the repo's README with the contents of an RSS feed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| feed-url | A URL to an RSS feed. | yes | — |
| readme-section | The name of the section of the README to update. | yes | — |
| max | The maximum number of RSS feed items to show. | — | 5 |
| template | The template to use for each item in the RSS feed. These are joined by a new line. | — | * [{{ title }}]({{ link }}) |
| path | The path to the README file | — | README.md |
| github_token | — | — | ${{ github.token }} |
| branch | The target branch to update. | — | ${{ github.event.repository.default_branch }} |
| empty-commits | set to `false` to disallow empty commits when there are no changes | no | true |
Outputs
no outputs