Skip to content

Commit 7db7313

Browse files
committed
OK
1 parent cd11938 commit 7db7313

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
@@ -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'))

0 commit comments

Comments
 (0)