daily.dev Bookmarks #32517
This file contains hidden or 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 every hour | |
| - cron: '0 * * * *' | |
| workflow_dispatch: | |
| jobs: | |
| daily-dev-bookmarks: | |
| name: Update this repo's README with latest bookmarks from daily.dev | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: gautamkrishnar/blog-post-workflow@master | |
| with: | |
| comment_tag_name: "daily.dev BOOKMARKS" | |
| feed_list: "https://api.daily.dev/rss/b/a7ff02b3-b215-486b-801a-10bd8462ec02" |