Skip to content

Commit 8313983

Browse files
committed
ok
1 parent 7db7313 commit 8313983

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
ALL_CHANGED_FILES: ${{ steps.check-files.outputs.all_changed_files }}
242242
with:
243243
script: |
244-
const title = '### 🔍 Preview links for changed docs'
244+
const title = '## 🔍 Preview links for changed docs'
245245
const changedMdFiles = process.env.ALL_CHANGED_FILES
246246
.split(/\s+/)
247247
.filter(i => i.endsWith('.md'))
@@ -264,7 +264,6 @@ jobs:
264264
const body = [
265265
title,
266266
...links.slice(0, 20).map(i => `- ${i}`),
267-
'<sub>This comment is only showing the first 20 links.</sub>',
268267
]
269268
270269
if (links.length > 20) {

0 commit comments

Comments
 (0)