risadams/Update RSS feed
Updates a markdown file with 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 |
|---|---|---|---|
| gh_token | GitHub token | no | ${{ github.token }} |
| file_path | Path to the file to update | no | ./README.md |
| feed_list | List of RSS feeds to include (comma separated for multiple) | yes | "" |
| max_items | Maximum number of items to include | no | 5 |
| commit_mesage | Commit message | no | Updated RSS feed |
| commit_author | Commit author | no | update-rss-feed[bot] |
| commit_email | Commit author | no | update-rss-feed[bot]@example.com |
| user_agent | Allows you to customize the user agent used by the RSS feed crawler | no | github-actions-bot |
| accept_header | Allows you to customize the accept header of the http request | no | application/rss+xml |
Outputs
| name | description |
|---|---|
| feed_results | Results of the update |