Skip to content

Commit 7d5823c

Browse files
committed
test
1 parent 7e0c603 commit 7d5823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
ALL_CHANGED_FILES: ${{ steps.check-files.outputs.all_changed_files }}
253253
with:
254254
script: |
255-
const changedMdFiles = process.env.ALL_CHANGED_FILES.split('\n')
255+
const changedMdFiles = process.env.ALL_CHANGED_FILES.split('\s+)
256256
.filter(i => i.endsWith('.md'))
257257
.filter(i => i.includes('/_snippets/'));
258258

0 commit comments

Comments
 (0)