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 366ab7e commit 650ea3aCopy full SHA for 650ea3a
.github/scripts/build-preview-urls-comment.js
@@ -17,5 +17,8 @@ export const buildPreviewURLComment = (prNumber) => {
17
const prHash = `pr-${prNumber}`;
18
const baseUrl = 'https://spectrumcss.z13.web.core.windows.net';
19
20
- return `PR #${prNumber} has been deployed to Azure Blob Storage: ${baseUrl}/${prHash}/index.html.`;
+ return `## 📚 Branch Preview
21
+
22
+PR #${prNumber} has been deployed to Azure Blob Storage: [${baseUrl}/${prHash}/index.html](${baseUrl}/${prHash}/index.html).`;
23
24
};
0 commit comments