split changed files into array

This commit is contained in:
TheiLLeniumStudios
2023-02-06 10:50:42 +00:00
parent d8dce47117
commit c9525e4935
+3
View File
@@ -33,4 +33,7 @@ else
echo "Diff between ${GITHUB_EVENT_BEFORE} and ${GITHUB_SHA}" echo "Diff between ${GITHUB_EVENT_BEFORE} and ${GITHUB_SHA}"
fi fi
readarray -t y <<<"$DIFF"
echo "${DIFF}" echo "${DIFF}"
echo $y