🔧 Update Your Profile README with Your Latest Youtube Videos
Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to
Hi There
I am going to be talking to you today about how you can update your Profile README with your Latest Youtube Videos
First add this code to your Profile README:
### 📺 Latest Youtube Videos
<!-- YOUTUBE:START -->
<!-- YOUTUBE:END -->
Next go to actions and click on "setup new workflow on your own"
Then in .github/workflows
add the following name youtube-videos.yml
Then in this code:
name: Latest YouTube Videos
on:
schedule:
# Runs every hour
- cron: '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=UC9n6jUNnxlZjth_oBKKjkJA"
Then Run it and You Should get the following results if you don't then consider looking at my Profile My Profile:
And Boom
Your Profile README has been Updated with your Latest Youtube Videos
Anyway,
See you next time,
Bye
...
🔧 Update Profile README with Latest Blog Posts
📈 31.02 Punkte
🔧 Programmierung
🔧 Update Profile README with Latest Blog Posts
📈 31.02 Punkte
🔧 Programmierung
🔧 Update your Profile README with Streak Stats
📈 25.82 Punkte
🔧 Programmierung
🔧 Update Profile README with Todoist Stats
📈 23.51 Punkte
🔧 Programmierung
🔧 Making Your GitHub Readme Profile Stand Out
📈 23.28 Punkte
🔧 Programmierung
🔧 Improving Your GitHub Profile README
📈 23.28 Punkte
🔧 Programmierung
🔧 WTF is a GitHub Profile README.md
📈 20.97 Punkte
🔧 Programmierung
🔧 New Look of my GitHub README Profile✨
📈 20.97 Punkte
🔧 Programmierung
🔧 Creating my GitHub profile Readme.md
📈 20.97 Punkte
🔧 Programmierung