diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 index 480370e..3204093 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,4 +3,6 @@ # x would be for showing the commands before they are executed set -eux +echo $INPUT_HEAD_REF +echo $INPUT_REF git log --oneline --decorate $INPUT_HEAD_REF..$INPUT_REF --format=%B -n 1