We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f161cb commit bed664cCopy full SHA for bed664c
.github/workflows/daily.dev-bookmarks.yml
@@ -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