Cambios en el workflow 07

Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
2022-11-20 21:40:25 +01:00
parent c8745b8cca
commit 8f514cde25

View File

@@ -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/"