Skip to content

Latest YouTube Videos #87

Latest YouTube Videos

Latest YouTube Videos #87

Workflow file for this run

name: Latest YouTube Videos
on:
schedule:
# Runs every hour, on the hour
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
update-readme-with-youtube:
name: Update this repo's README with latest videos from YouTube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "YOUTUBE"
feed_list: "https://www.youtube.com/playlist?list=PLbQRubTta6fep1BSGsSOmuYtu4ncNGnG8"