Skip to content

daily.dev Bookmarks #1257

daily.dev Bookmarks

daily.dev Bookmarks #1257

name: daily.dev Bookmarks
on:
schedule:
# Runs 2 Minutes To Midnight (and Not to the Hills) [Up the Irons !]
- cron: '58 23 * * *'
workflow_dispatch:
jobs:
daily-dev-bookmarks:
name: Update this repo's README with latest bookmarks from daily.dev
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Pull in daily.dev bookmarks
uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "daily.dev BOOKMARKS"
max_post_count: 20
commit_message: "Updated README.md with the 20 latest Daily Dev bookmarks"
feed_list: "https://api.daily.dev/rss/b/11c29ef8-70f1-4c29-b88c-4a00bb6cefd0"
tag_post_pre_newline: true
template: "$counter. [$title]($url)$newline"