Fixed bug with wrong branch selection

This commit is contained in:
2021-05-05 23:53:37 +02:00
parent ef93630c2a
commit 3fc2be6b1e
2 changed files with 2 additions and 4 deletions

View File

@@ -3,6 +3,4 @@
# x would be for showing the commands before they are executed
set -eux
echo $INPUT_HEAD_REF
echo $INPUT_REF
git log --oneline --decorate $INPUT_HEAD_REF..$INPUT_REF --format=%B -n 1
git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1