From 1264560bc75e82fc3b165d03c0b8be1aca6f4feb Mon Sep 17 00:00:00 2001 From: Daniel Smith <5696173+danrs@users.noreply.github.com> Date: Fri, 25 Nov 2022 14:01:35 +0800 Subject: [PATCH] Parse commit body Revert formatting change in ac1e937 which causes only the commit subject to be parsed --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index b71fda53..b9f7f075 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -123,7 +123,7 @@ then fi # get the merge commit message looking for #bumps -log=$(git show -s --format=%s) +log=$(git show -s --format=%B) echo "Last commit message: $log" case "$log" in