Skip to content

Latest Blog Posts Workflow #497

Latest Blog Posts Workflow

Latest Blog Posts Workflow #497

Workflow file for this run

name: Latest Blog Posts Workflow
on:
schedule:
- cron: '0 15 * * *'
workflow_dispatch:
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:
comment_tag_name: "MEDIUM-STORY-LIST"
feed_list: "https://medium.com/feed/@jtmuller5"