actions-marketplace-validations/RSS Parser
GitHub Action to Parse RSS Feeds and take action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 25, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/chrisreddington_rss-parser@704c9e31d9475aa7bdb7124c0c8c9b2089e78ad9 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token. This is only required if the script_output is set to issue. | yes | ${{ github.token }} |
| feed_url | URL of RSS feed to be read | yes | https://github.blog/feed/ |
| script_output | Output of the script (e.g. issue, json, pull_request) | yes | issue |
| subfolder | Subfolder (used when pull_request mode is set) | no | — |
| extension | File extension (used when pull_request mode is set) | no | .social |
| branch_prefix | Branch Prefix (used when pull_request mode is set) | no | |
| last_parsed_file | Filename to be used for the last parsed file (used when pull_request mode is set) | no | .github/last-parsed.json |
Outputs
| name | description |
|---|---|
| posts | The JSON output of the posts discovered |