Update entrypoint.sh

This commit is contained in:
tchemn
2021-06-23 17:15:50 +02:00
parent b7cea33f5f
commit 12458e6f98

View File

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