Skip to content

Instantly share code, notes, and snippets.

@amirzenoozi
Created October 14, 2021 21:41
Show Gist options
  • Save amirzenoozi/8286eaf38a1be4f2800bdd38f39179d8 to your computer and use it in GitHub Desktop.
Save amirzenoozi/8286eaf38a1be4f2800bdd38f39179d8 to your computer and use it in GitHub Desktop.
GitHub Action To Show Virgool Posts
name: Virgool Blog Posts
on:
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: Update this repo's README with latest my latest posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "VIRGOOL"
feed_list: "https://virgool.io/feed/PROFILE_NAME"
commit_message: ":memo: update virgool posts list"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment