Update readme with blog posts #2077
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Update readme with blog posts | |
| on: | |
| schedule: | |
| # Once a day at 8 AM | |
| - cron: 0 8 * * * | |
| push: | |
| branches: [ master ] | |
| jobs: | |
| update: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: JasonEtco/rss-to-readme@v1 | |
| with: | |
| feed-url: https://adamstorr.co.uk/index.xml | |
| readme-section: feed | |
| max: 10 # max number of items (default 5) | |
| template: "#### [{{ title }}]({{ link }})" # \n*{{ contentSnippet }}*\n\n" |