From 12458e6f984d769e38ac7f6d390ef9fe9999fe43 Mon Sep 17 00:00:00 2001 From: tchemn <37881670+tchemn@users.noreply.github.com> Date: Wed, 23 Jun 2021 17:15:50 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a92ea4f..fada46f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,8 @@ set -eux cd "$GITHUB_WORKSPACE" -dir +ls -la +cd .. +ls -la CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF'..'$INPUT_HEAD_REF --format=%B -n 1) echo ::set-output name=changelog::$CONTENT