actions-marketplace-validations/Actions Readme Feed
Display RSS feed in your GitHub Profile README
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 15, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/sarisia_actions-readme-feed@68cb92d8d4cbb58dab5e3022c27a6763fccbef4b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | RSS Feed URL | yes | — |
| file | Path to Markdown file to update | yes | — |
| sort | Sort feed entries by date in decending order | no | true |
| max_entry | Number of entries to show | no | 5 |
| format | Feed format string | no | - ${monthshort} ${02day} - [${title}](${url}) |
| start_flag | Start of feed block in Markdown | no | <!-- feed start --> |
| end_flag | End of feed block in Markdown | no | <!-- feed end --> |
| locale | Locale used to format date | no | en-US |
| timezone | Timezone used to format date | no | UTC |
| nowrite | Do not write results to the file specified as `file` input | no | false |
| retry | Number of retries for fetching feeds | no | 3 |
| retry_backoff | Retry backoff (seconds) | no | 5 |
| ensure_all | Ensure that all feeds specified in url input are fetched correctly before proceed | no | false |
| allow_empty | Don't fail action if feed has no items | no | false |
Outputs
| name | description |
|---|---|
| changed | Whether the document is changed while this actions's run |
| items | Raw feed entry from rssparser |
| newlines | New lines inserted to the document |
| result | Result document with feed lines inserted |