From ac1e937cf67d85a5881693605c63da89ac6f8be0 Mon Sep 17 00:00:00 2001 From: Santiago Bernhardt Date: Tue, 4 Oct 2022 09:42:37 +1300 Subject: [PATCH] test using show --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d1b04d6..49a2c74 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -117,7 +117,7 @@ then fi # get the merge commit message looking for #bumps -log=$(git log -1 --pretty='%B' --) +log=$(git show -s --format=%s) echo "Last commit message: $log" case "$log" in