From a5a4b4773a86220b8212332ce6f8b191240c58e9 Mon Sep 17 00:00:00 2001 From: SmashedFrenzy16 <68993968+SmashedFrenzy16@users.noreply.github.com> Date: Sat, 21 Jan 2023 12:29:13 +0000 Subject: [PATCH] Update latest-posts.yml --- .github/workflows/latest-posts.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/latest-posts.yml b/.github/workflows/latest-posts.yml index 1e3be28..cd12986 100644 --- a/.github/workflows/latest-posts.yml +++ b/.github/workflows/latest-posts.yml @@ -1,17 +1,17 @@ -name: Latest blog post workflow +name: Latest blog posts from Trivago workflow on: schedule: - # Runs every night at 2 am - - cron: "0 2 * * *" + # Runs every night at 12 am + - cron: "0 0 * * *" workflow_dispatch: jobs: update-readme-with-blog: - name: Update this repo's README with latest blog posts + name: Update this repo's README with latest blog posts from Trivago runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: gautamkrishnar/blog-post-workflow@81e8e9897cbf200255629dfbf58dbd3414a5a7d7 # v1.5.7 with: readme_path: "./profile/README.md" - feed_list: "https://tech.trivago.com/index.xml" \ No newline at end of file + feed_list: "https://tech.trivago.com/index.xml"