Skip to content

BLOG-POST-LIST2

BLOG-POST-LIST2 #6404

Workflow file for this run

name: BLOG-POST-LIST2
on:
schedule: # Run workflow automatically
- cron: '0 0 * * 1' # Runs every hour, on the hour
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly
jobs:
update-readme-with-latest-blog-posts:
name: Update this repo's README with the latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
feed_list: "http://feeds.feedburner.com/blalyasar-programlama"