8000 Updated with the latest blog posts · infotechprogrammer/infotechprogrammer@11c11e2 · GitHub
[go: up one dir, main page]

Skip to content

YouTube Videos

YouTube Videos #28813

Workflow file for this run

name: YouTube Videos
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
jobs:
youtube:
name: latest videos from YouTube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "YOUTUBE-VIDEOS-LIST"
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCjSmUb5HMaQvE7jvgnANFFA"
0