Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest blog post workflow #809

Latest blog post workflow

Latest blog post workflow #809

name: Latest blog post workflow
on:
schedule: # Run workflow automatically
- cron: '0 1 * * *' # Runs every day at 01:00
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly
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@1.4.0
with:
comment_tag_name: "BLOG-POST-LIST"
readme_path: "./README.md"
commit_message: ":memo: Updated README with the latest Feedburner blog post"
feed_list: 'https://feeds.feedburner.com/darkwood-fr/blog,https://feeds.feedburner.com/uniflow-io/blog'
- uses: gautamkrishnar/blog-post-workflow@1.4.0
with:
comment_tag_name: "BLOG-POST-LIST"
readme_path: "./profile/README.md"
commit_message: ":memo: Updated README with the latest Feedburner blog post"
feed_list: 'https://feeds.feedburner.com/darkwood-fr/blog,https://feeds.feedburner.com/uniflow-io/blog'
Morty Proxy This is a proxified and sanitized view of the page, visit original site.