From 548292599841b513466a02c9a6c93a7a0c213c64 Mon Sep 17 00:00:00 2001 From: tchemn <37881670+tchemn@users.noreply.github.com> Date: Tue, 1 Jun 2021 08:51:49 +0200 Subject: [PATCH] reverted diagnostic change --- entrypoint.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d42de0e..3b44395 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,9 +4,5 @@ set -eux cd "$GITHUB_ACTION_PATH" -ls -la -cd .. -ls -la -cd master CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1) echo ::set-output name=changelog::$CONTENT