From 9702220bb46508c19ebb23ef6531aa3404a151ff Mon Sep 17 00:00:00 2001 From: tchemn <37881670+tchemn@users.noreply.github.com> Date: Wed, 23 Jun 2021 18:30:21 +0200 Subject: [PATCH] switch to non debug content --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 41d0d20..2111554 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,6 @@ set -eux cd "$GITHUB_WORKSPACE" -CONTENT=$(git log) -#CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF'..'$INPUT_HEAD_REF --format=%B -n 1) +#CONTENT=$(git log) +CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF'..'$INPUT_HEAD_REF --format=%B -n 1) echo ::set-output name=changelog::$CONTENT