mirror of
https://github.com/creyD/changelog_action.git
synced 2026-04-15 05:20:29 +02:00
Fixed bug with wrong branch selection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user