diff --git a/entrypoint.sh b/entrypoint.sh index 097cddf..1d4010a 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_WORKSPACE" +cd "$GITHUB_WORKSPACE" CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1) echo ::set-output name=changelog::$CONTENT