Skip to content

Commit bed664c

Browse files
authored
Create daily.dev-bookmarks.yml
1 parent 3f161cb commit bed664c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: daily.dev Bookmarks
2+
on:
3+
schedule:
4+
# Runs every hour
5+
- cron: '0 * * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
daily-dev-bookmarks:
10+
name: Update this repo's README with latest bookmarks from daily.dev
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: gautamkrishnar/blog-post-workflow@master
15+
with:
16+
comment_tag_name: "daily.dev BOOKMARKS"
17+
feed_list: "https://api.daily.dev/rss/b/a7ff02b3-b215-486b-801a-10bd8462ec02"

0 commit comments

Comments
 (0)