We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b0e74 commit c78a4b2Copy full SHA for c78a4b2
.github/workflows/youtube.yml
@@ -0,0 +1,15 @@
1
+name: Latest Youtube Videos
2
+on:
3
+ schedule: # Run workflow automatically
4
+ - cron: '0 * * * *' # Runs every hour, on the hour
5
+ workflow_dispatch:
6
+jobs:
7
+ update-readme-with-blog:
8
+ name: Update this repo's README with latest Videos from Youtube
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - uses: gautamkrishnar/blog-post-workflow@master
13
+ with:
14
+ comment_tag_name: "YOUTUBE"
15
+ feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCQVIOybTTMII4ICJey1WSVw"
0 commit comments