Skip to content

VSHN.tv workflow

VSHN.tv workflow #912

name: VSHN.tv workflow
on:
schedule:
# https://crontab.guru/#59_1_*_*_*/1
- cron: '59 1 * * */1'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: Update this repo's README with latest videos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "VIDEOS"
commit_message: "Updated readme with the latest videos"
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCMYolaqk2KRMHvVskdafhpw"
max_post_count: 8
readme_path: profile/README.md