From c725901e603c78d17e7a6fc62281e31ac4fcaf98 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 3 Dec 2020 10:46:27 -0500 Subject: [PATCH] Output the diff with changes made by the action --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 074fca6..3de8a0a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -58,3 +58,6 @@ cd .. rm -rf dist echo ::set-output name=filename::${RELEASE_FILENAME} + +echo "GIT DIFF:" +git diff