Skip to content

Latest YouTube Videos #11070

Latest YouTube Videos

Latest YouTube Videos #11070

name: Latest YouTube Videos
on:
schedule:
# Runs every hour
- cron: '0 * * * *'
workflow_dispatch:
jobs:
update-readme-with-youtube:
name: Update README with latest videos from Coding with ArsenTech
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCl52C6cFR1McvN1fAdsxdkA"
max_post_count: 10
comment_tag_name: "YOUTUBE"
readme_path: "./readme.md"
commit_message: "Updated README with latest videos from Coding With ArsenTech"