svrooij/dotnet-feeder - feed
Writing posts from a json feed to a markdown file, use for automatically updating your Profile readme.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| feed | The URL of the json feed | — | — |
| files | File(s) you wish to update. Separate multiple by ; | — | — |
| template | The post template | no | - [{title}]({url}) |
| count | Number of posts to write to the file | no | 5 |
| tag | Tag to replace, data between <!-- start {tag} --> and <!-- end {tag} --> will be replaced. | no | posts |
| extra_args | Extra arguments | no | "" |
Outputs
| name | description |
|---|---|
| files-updated | Wether or not there where files updated, to conditionally trigger a commit |