actions-marketplace-validations/RSSify Any
To generate an RSS feed for any blog/website
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 2, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/tabhub_rssify@24e5f89bcfd1fe3541c0b321e6ed37c5b44ce248 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| title | RSS title | yes | — |
| subtitle | RSS subtitle/description | no | — |
| url | Website url | yes | — |
| language | RSS language | yes | en |
| author-name | RSS author name | yes | TabHub |
| author-email | RSS author email | yes | idegorepl@gmail |
| item-title-css | CSS selector to get item title | yes | — |
| item-url-css | CSS selector to get item url | yes | — |
| item-author-css | CSS selector to get item author | no | — |
| item-description-css | CSS selector to get item description | no | — |
| item-date-css | CSS selector to get Item post date | no | — |
| item-date-format | Date format of item post date, help to parse date | no | — |
| item-timezone | Timezone applied to item post date | no | Asia/Shanghai |
Outputs
no outputs