Created
October 14, 2021 21:41
-
-
Save amirzenoozi/8286eaf38a1be4f2800bdd38f39179d8 to your computer and use it in GitHub Desktop.
GitHub Action To Show Virgool Posts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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