diff --git a/.github/scripts/watch.sh b/.github/scripts/watch.sh index 91c3d1f35..58e6cf6b2 100755 --- a/.github/scripts/watch.sh +++ b/.github/scripts/watch.sh @@ -37,7 +37,7 @@ error_found() { # Find all files in the snippets folder find $WATCHER_PATH -type f -print0 | while IFS= read -r -d '' file; do - + ERROR_FOUND=0 # Check if the file contains the string "WATCHER_URL" and is therefore a watcher file cat "$file" | grep 'WATCHER_URL' >> /dev/null || continue