cmc/ccleberg

GitHub profile README

clone: git clone https://gitbay.org/cmc/ccleberg.git

e687941c8750e36118fbfb6241ecf4a4e1cc864c

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2025-11-13T02:35:22Z
committer: <noreply@github.com>

Add date format and template to blog post workflow
 .github/workflows/blog-post-workflow.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/blog-post-workflow.yml b/.github/workflows/blog-post-workflow.yml
index 1fa4bb7..b61d96b 100644
--- a/.github/workflows/blog-post-workflow.yml
+++ b/.github/workflows/blog-post-workflow.yml
@@ -17,3 +17,5 @@ jobs:
         uses: gautamkrishnar/blog-post-workflow@v1
         with:
           feed_list: "https://cleberg.net/feed.xml"
+          date_format: "yyyy-mm-dd"
+          template: "- [$title]($url) ($date)"