mirror of
https://github.com/iLLeniumStudios/fivem-resource-watcher
synced 2024-02-26 13:38:52 +01:00
Update
This commit is contained in:
+4
-4
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user