From 1e78079ca443145c87dda005b2eed952139442f6 Mon Sep 17 00:00:00 2001 From: tchemn <37881670+tchemn@users.noreply.github.com> Date: Tue, 1 Jun 2021 08:40:04 +0200 Subject: [PATCH] investigating "not a git repository" issue --- entrypoint.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ed6a156..d42de0e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,9 @@ 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