Cambios en el workflow 07
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
4
.github/workflows/blog-post-workflow.yml
vendored
4
.github/workflows/blog-post-workflow.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Latest blog post workflow
|
name: Latest blog post workflow
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 * * * *'
|
- cron: '* * * * *'
|
||||||
jobs:
|
jobs:
|
||||||
update-readme-with-blog:
|
update-readme-with-blog:
|
||||||
name: Update this repo's README with latest blog posts
|
name: Update this repo's README with latest blog posts
|
||||||
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Pull in dev.to posts
|
- name: Pull in dev.to posts
|
||||||
uses: manuelver/manuelver@main
|
uses: manuelver/manuelver@v1
|
||||||
with:
|
with:
|
||||||
max_post_count: "4"
|
max_post_count: "4"
|
||||||
feed_list: "https://vergaracarmona.es/feed/"
|
feed_list: "https://vergaracarmona.es/feed/"
|
||||||
|
|||||||
Reference in New Issue
Block a user