mirror of
https://github.com/creyD/changelog_action.git
synced 2026-04-12 20:20:30 +02:00
reverted diagnostic change
This commit is contained in:
@@ -4,9 +4,5 @@
|
||||
set -eux
|
||||
|
||||
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)
|
||||
echo ::set-output name=changelog::$CONTENT
|
||||
|
||||
Reference in New Issue
Block a user