Skip to content

Commit 9da441d

Browse files
Update Medium RSS feed and commit message
1 parent f2e4817 commit 9da441d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/blog-post-workflow.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)