Skip to content

Latest blog post workflow #1135

Latest blog post workflow

Latest blog post workflow #1135

Workflow file for this run

name: Latest blog post workflow
on:
schedule:
- cron: '42 20 * * *'
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:
readme_path: "profile/README.md"
max_post_count: "10"
feed_list: "https://dev.to/feed/devteam"