daily.dev Bookmarks #1290
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |