Skip to content

Instantly share code, notes, and snippets.

@sabesansathananthan
Last active August 14, 2020 18:16
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 sabesansathananthan/cde1a40dd17c92111cbda4285d0c7027 to your computer and use it in GitHub Desktop.
Save sabesansathananthan/cde1a40dd17c92111cbda4285d0c7027 to your computer and use it in GitHub Desktop.
name: Latest blog post workflow
on:
schedule:
# Runs every hour
- cron: "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: khaosdoctor/blog-post-workflow@master
with:
comment_tag_name: DEVTO
feed_list: "https://dev.to/feed/username"
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: MEDIUM
feed_list: "https://medium.com/feed/@username"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment