From a6ead0569b8a49fc2109080baee401ff27af6b76 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 11 Nov 2019 21:46:08 -0500 Subject: [PATCH] Better commit message --- lib/micropub/github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/micropub/github.rb b/lib/micropub/github.rb index 35af077..8086247 100644 --- a/lib/micropub/github.rb +++ b/lib/micropub/github.rb @@ -22,7 +22,7 @@ module Micropub "danbarber.me.hugo", path, path: path, - message: "Posting a post", + message: "Posting: #{post.truncated_content}", content: post.post_content, branch: ENV.fetch("GITHUB_BRANCH", "master"), )