From c4c6965d6a53006fb9e04760b5ec755ffaffc515 Mon Sep 17 00:00:00 2001 From: tchemn <37881670+tchemn@users.noreply.github.com> Date: Wed, 23 Jun 2021 17:03:55 +0200 Subject: [PATCH] quick test --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3b44395..097cddf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,6 @@ # x would be for showing the commands before they are executed set -eux -cd "$GITHUB_ACTION_PATH" +cd "$$GITHUB_WORKSPACE" CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1) echo ::set-output name=changelog::$CONTENT