Skip to content

Latest youtube activity #124547

Latest youtube activity

Latest youtube activity #124547

name: Latest youtube activity
on:
schedule:
# Runs every 5 minutes
- cron: '*/5 * * * *'
workflow_dispatch:
jobs:
update-readme-with-stack-overflow:
name: Update this repo's README with latest activity from StackOverflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "YOUTUBE"
commit_message: "Updated readme with the latest YouTube data"
feed_list: "https://www.youtube.com/feeds/videos.xml?playlist_id=PLpFTXflYdRA5bBNRW5srC0FLfr8bwZtph,https://www.youtube.com/feeds/videos.xml?channel_id=UCQUEgfYbcz7pv36NoAv7S-Q"