revert debug code

This commit is contained in:
tchemn
2021-06-23 17:17:34 +02:00
parent 12458e6f98
commit 082cf76daa

View File

@@ -4,8 +4,5 @@
set -eux
cd "$GITHUB_WORKSPACE"
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