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"