This commit is contained in:
tchemn
2021-06-23 17:06:23 +02:00
parent c4c6965d6a
commit b46b3218c7

View File

@@ -3,6 +3,6 @@
# x would be for showing the commands before they are executed # x would be for showing the commands before they are executed
set -eux set -eux
cd "$$GITHUB_WORKSPACE" cd "$GITHUB_WORKSPACE"
CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1) CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1)
echo ::set-output name=changelog::$CONTENT echo ::set-output name=changelog::$CONTENT