switch to non debug content

This commit is contained in:
tchemn
2021-06-23 18:30:21 +02:00
parent 4104b205bf
commit 9702220bb4

View File

@@ -4,6 +4,6 @@
set -eux
cd "$GITHUB_WORKSPACE"
CONTENT=$(git log)
#CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF'..'$INPUT_HEAD_REF --format=%B -n 1)
#CONTENT=$(git log)
CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF'..'$INPUT_HEAD_REF --format=%B -n 1)
echo ::set-output name=changelog::$CONTENT