This commit is contained in:
TheiLLeniumStudios
2023-02-06 11:02:14 +00:00
parent 808f83ed41
commit 7911c23a29
+4 -4
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
IFS=$'\n' read -rd '' -a y <<<"$DIFF" echo "${DIFF}" | while read -r changed; do
echo "${DIFF}" echo $changed;
echo "New line"
echo $y done