reverted diagnostic change

This commit is contained in:
tchemn
2021-06-01 08:51:49 +02:00
parent 1e78079ca4
commit 5482925998

View File

@@ -4,9 +4,5 @@
set -eux set -eux
cd "$GITHUB_ACTION_PATH" cd "$GITHUB_ACTION_PATH"
ls -la
cd ..
ls -la
cd master
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