chrisreddington/RSS Parser
GitHub Action to Parse RSS Feeds and take action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 |