troubleshooting

but the directory is correct now!
This commit is contained in:
tchemn
2021-06-23 17:13:49 +02:00
parent b46b3218c7
commit b7cea33f5f

View File

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