Skip to content

Commit a34d57f

Browse files
committed
Test 2
1 parent 20c3fea commit a34d57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/partials-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# --- END LOGGING ---
4848
4949
# Use a chained grep to find lines containing BOTH strings, regardless of order
50-
if ! grep -q -r --exclude-dir=.github "$SEARCH_PRODUCT" --include="*.mdx" . | grep -q "$SEARCH_FILE"; then
50+
if ! grep -q -r --exclude-dir=.github --include="*.mdx" -e "$SEARCH_PRODUCT" -e "$SEARCH_FILE" .; then
5151
UNUSED_FILES+="$FILE\n"
5252
echo " -> UNUSED! Adding to list."
5353
else

0 commit comments

Comments
 (0)