Skip to content

Commit 1b2838c

Browse files
committed
test 4
1 parent 4a9ec88 commit 1b2838c

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
@@ -33,7 +33,7 @@ jobs:
3333
for FILE in $FILES; do
3434
# Extract product and file name from the path
3535
PRODUCT=$(echo "$FILE" | awk -F'/' '{print $(NF-1)}')
36-
TEMP_PATH=${FILE#*src/content/partials/}
36+
TEMP_PATH=${FILE#*src/content/partials/*/}
3737
FILENAME=${TEMP_PATH%.mdx}
3838
3939
# Construct the individual search strings for product and file

0 commit comments

Comments
 (0)