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 7db7313 commit 8313983Copy full SHA for 8313983
.github/workflows/preview-build.yml
@@ -241,7 +241,7 @@ jobs:
241
ALL_CHANGED_FILES: ${{ steps.check-files.outputs.all_changed_files }}
242
with:
243
script: |
244
- const title = '### 🔍 Preview links for changed docs'
+ const title = '## 🔍 Preview links for changed docs'
245
const changedMdFiles = process.env.ALL_CHANGED_FILES
246
.split(/\s+/)
247
.filter(i => i.endsWith('.md'))
@@ -264,7 +264,6 @@ jobs:
264
const body = [
265
title,
266
...links.slice(0, 20).map(i => `- ${i}`),
267
- '<sub>This comment is only showing the first 20 links.</sub>',
268
]
269
270
if (links.length > 20) {
0 commit comments