Skip to content

Instantly share code, notes, and snippets.

@mis101247
Created August 1, 2020 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mis101247/8c3b75bbd8267298ee7dcb68855d34ad to your computer and use it in GitHub Desktop.
Save mis101247/8c3b75bbd8267298ee7dcb68855d34ad to your computer and use it in GitHub Desktop.
GitHub profile self-updating yml #Medium
name: Latest blog post
on:
schedule:
# Runs at 9pm UTC
- cron: '0 21 * * *'
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:
max_post_count: "5"
feed_list: "https://medium.com/feed/@814007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment