Skip to content

Commit

Permalink
test using show
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-arg committed Oct 3, 2022
1 parent a394424 commit ac1e937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac1e937

Please sign in to comment.