From 292ba3c700c6722cc6e8d19eb51090692eb86147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:02:44 +0100 Subject: [PATCH] Update blog post workflow with custom template and date --- .github/workflows/blog-post-workflow.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blog-post-workflow.yml b/.github/workflows/blog-post-workflow.yml index d225d1d..9aff7fc 100644 --- a/.github/workflows/blog-post-workflow.yml +++ b/.github/workflows/blog-post-workflow.yml @@ -16,4 +16,6 @@ jobs: - name: Pull in codu posts uses: gautamkrishnar/blog-post-workflow@v1 with: - feed_list: "https://noh.am/en/index.xml" \ No newline at end of file + feed_list: "https://noh.am/en/index.xml" + template: "- [$title]($url) - $date" + date_format: "mmm d, yyyy" \ No newline at end of file