From c9525e4935ddd6c19c9b7059c75645b540e9337b Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:50:42 +0000 Subject: [PATCH] split changed files into array --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index f3ec578..eb1598a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -33,4 +33,7 @@ else echo "Diff between ${GITHUB_EVENT_BEFORE} and ${GITHUB_SHA}" fi +readarray -t y <<<"$DIFF" echo "${DIFF}" + +echo $y