Skip to content

Generate Profile Readme #31964

Generate Profile Readme

Generate Profile Readme #31964

name: Generate Profile Readme
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
push:
jobs:
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
feed_list: 'https://www.stefanjudis.com/rss.xml'