Latest YouTube Videos #2913
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: Latest YouTube Videos | |
on: | |
schedule: | |
# Runs every day | |
- 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/feeds/videos.xml?channel_id=UCxGEyD4fW0c2NgSUWGIT_8g" |