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 cd11938 commit 7db7313Copy full SHA for 7db7313
.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'))
0 commit comments