File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ name: Latest blog post workflow
3131
3232on :
3333 schedule :
34- # Runs once every hour
34+ # Runs once every hour (Best practice for active profiles)
3535 - cron : ' 0 * * * *'
36+ # Allows manual trigger for immediate updates
3637 workflow_dispatch :
3738
3839jobs :
@@ -48,11 +49,11 @@ jobs:
4849 with :
4950 feed_list : " https://medium.com/feed/@vishalgunjal0287"
5051 max_post_count : 5
51- # The template for the link
52+ # Template: 📝 [Title](Link) — Date
5253 template : " $newline- 📝 [$title]($url) — $date"
53- # 👇 FIXED DATE FORMAT
54- # 'mmm' = Jan, Feb, Mar ( Month Name )
55- # 'd' = 16 (Day )
56- # 'yyyy'= 2026 (Year )
54+ # Date Format: "Jan 16, 2026"
55+ # 'mmm' = Short Month (Jan )
56+ # 'd' = Day (16 )
57+ # 'yyyy'= Year (2026 )
5758 date_format : " mmm d, yyyy"
5859 commit_message : " docs: update readme with latest medium posts"
You can’t perform that action at this time.
0 commit comments