We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0c603 commit 7d5823cCopy full SHA for 7d5823c
.github/workflows/preview-build.yml
@@ -252,7 +252,7 @@ jobs:
252
ALL_CHANGED_FILES: ${{ steps.check-files.outputs.all_changed_files }}
253
with:
254
script: |
255
- const changedMdFiles = process.env.ALL_CHANGED_FILES.split('\n')
+ const changedMdFiles = process.env.ALL_CHANGED_FILES.split('\s+)
256
.filter(i => i.endsWith('.md'))
257
.filter(i => i.includes('/_snippets/'));
258
0 commit comments