From b7cea33f5f94dfb4b674c24aa7b8ae3c5cc7471a Mon Sep 17 00:00:00 2001 From: tchemn <37881670+tchemn@users.noreply.github.com> Date: Wed, 23 Jun 2021 17:13:49 +0200 Subject: [PATCH] troubleshooting but the directory is correct now! --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1d4010a..a92ea4f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,5 +4,6 @@ set -eux cd "$GITHUB_WORKSPACE" -CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1) +dir +CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF'..'$INPUT_HEAD_REF --format=%B -n 1) echo ::set-output name=changelog::$CONTENT