mirror of
https://github.com/creyD/changelog_action.git
synced 2026-04-21 00:00:30 +02:00
debugging git log command
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
cd "$GITHUB_WORKSPACE"
|
cd "$GITHUB_WORKSPACE"
|
||||||
CONTENT=$(git log --oneline --decorate $INPUT_BASE_REF'..'$INPUT_HEAD_REF --format=%B -n 1)
|
CONTENT=$(git log)
|
||||||
|
#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
|
||||||
|
|||||||
Reference in New Issue
Block a user