Skip to content

Instantly share code, notes, and snippets.

View Zemerik's full-sized avatar
🏆
milestone .add “100 Github Followers”

Hemang Yadav Zemerik

🏆
milestone .add “100 Github Followers”
View GitHub Profile
@Zemerik
Zemerik / blog-post-workflow.yml
Created May 21, 2024 03:21
This gist contains the yml file to update your Github Profile README.md with your latest blogs on Dev Community (dev.to)
name: 📚Blogs # You can name the workflow whatever you like
on:
schedule:
# Runs every hour
- cron: '0 * * * *'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: ✅Update with latest Blogs # This is the workflow name, feel free to change or edit