Skip to content

Update this repo's README #732

Update this repo's README

Update this repo's README #732

Workflow file for this run

name: Update this repo's README
on:
workflow_dispatch:
schedule:
# Once a day
- cron: 28 15 * * *
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: JasonEtco/rss-to-readme@v1
with:
feed-url: https://browniebroke.com/rss.xml
readme-section: blog
branch: main
empty-commits: false
- uses: JasonEtco/rss-to-readme@v1
with:
feed-url: https://browniebroke.com/tils.xml
readme-section: tils
branch: main
empty-commits: false