Skip to content

Instantly share code, notes, and snippets.

@ereshzealous
Created November 9, 2020 16:25
Show Gist options
  • Select an option

  • Save ereshzealous/3d2f836862bd49108fec5d22eeef41a4 to your computer and use it in GitHub Desktop.

Select an option

Save ereshzealous/3d2f836862bd49108fec5d22eeef41a4 to your computer and use it in GitHub Desktop.
Blog post updates
name: Latest blog post workflow
on:
schedule:
# Runs every sunday midnight
- cron: '0 0 * * 0'
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:
feed_list: "https://medium.com/feed/@eresh-zealous"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment