diff --git a/entrypoint.sh b/entrypoint.sh index ed6a156..d42de0e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,9 @@ 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