sarisia/Actions Readme Feed

Display RSS feed in your GitHub Profile README

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlRSS Feed URLyes
filePath to Markdown file to updateyes
sortSort feed entries by date in decending ordernotrue
max_entryNumber of entries to showno5
formatFeed format stringno- ${monthshort} ${02day} - [${title}](${url})
start_flagStart of feed block in Markdownno<!-- feed start -->
end_flagEnd of feed block in Markdownno<!-- feed end -->
localeLocale used to format datenoen-US
timezoneTimezone used to format datenoUTC
nowriteDo not write results to the file specified as `file` inputnofalse
retryNumber of retries for fetching feedsno3
retry_backoffRetry backoff (seconds)no5
ensure_allEnsure that all feeds specified in url input are fetched correctly before proceednofalse
allow_emptyDon't fail action if feed has no itemsnofalse
namedescription
changedWhether the document is changed while this actions's run
itemsRaw feed entry from rssparser
newlinesNew lines inserted to the document
resultResult document with feed lines inserted