diff --git a/entrypoint.sh b/entrypoint.sh index 09a5e77..f2a66ac 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,4 +3,6 @@ # x would be for showing the commands before they are executed set -eux +cd "$GITHUB_ACTION_PATH" + git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1