This commit is contained in:
TheiLLeniumStudios
2023-02-06 10:55:31 +00:00
parent c9525e4935
commit 808f83ed41
+1 -1
View File
@@ -33,7 +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" IFS=$'\n' read -rd '' -a y <<<"$DIFF"
echo "${DIFF}" echo "${DIFF}"
echo $y echo $y