Skip to content

Update README.md

Update README.md #25

'name: Latest blog post workflow
on:
schedule:
# Runs every hour
- cron: '0 * * * *'
jobs:

Check failure on line 6 in .github/workflows/blog-post-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/blog-post-workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: prasadsawant7/blog-post-workflow@main
with:
feed_list: 'https://dev.to/feed/prasadsawant7'