Skip to content

Files

Latest commit

 

History

History
71 lines (63 loc) · 1.57 KB

README.md

File metadata and controls

71 lines (63 loc) · 1.57 KB

🗼 Rss feed

The rss plugin displays items from a specified RSS feed.

➡️ Available options

TypeDescription
plugin_rss

Display RSS feed

type: boolean
default: no
plugin_rss_source

RSS feed source

type: string
plugin_rss_limit

Maximum number of items to display

type: number (0 ≤ 𝑥 ≤ 30)
default: 4

→ Full specification

ℹ️ Examples workflows

name: News from hackernews
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.rss.svg
  token: NOT_NEEDED
  base: ''
  plugin_rss: 'yes'
  plugin_rss_source: https://news.ycombinator.com/rss
  plugin_rss_limit: 4