Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/latest-posts.yml
Original file line number Diff line number Diff line change
@@ -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"
feed_list: "https://tech.trivago.com/index.xml"