File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,22 @@ jobs:
1010 update-readme-with-blog :
1111 name : Update this repo's README with latest blog posts
1212 runs-on : ubuntu-latest
13+
1314 steps :
1415 - name : Checkout
1516 uses : actions/checkout@v4
1617
1718 - name : Pull in medium posts
1819 uses : gautamkrishnar/blog-post-workflow@v1
1920 with :
20- feed_list : " https://medium.com/feed/@vishalgunjal"
21+ # Your Medium RSS feed
22+ feed_list : " https://medium.com/feed/@vishalgunjal0287"
2123 max_post_count : 5
2224
23- # 👇 STANDARD TEMPLATE (No custom JS)
25+ # Template with date
2426 template : " $newline- 📝 [$title]($url) — $date"
2527
26- # 👇 ROBUST FORMAT: "16 Jan 2026"
27- # This uses the internal library's standard mask
28+ # Format date as "16 Jan 2026"
2829 date_format : " dd mmm yyyy"
2930
30- commit_message : " docs: fixed date format to standard string "
31+ commit_message : " docs: update README with latest Medium posts "
You can’t perform that action at this time.
0 commit comments