diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb8d53452b9..dc04812a34f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -188,10 +188,10 @@ jobs: name: 'Deploy preview', output: { title: 'Deploy preview', - summary: 'Live preview of the current branch', - text: '[Portal](https://itwin.github.io/iTwinUI/${{ github.event.number }}) + summary: 'Live preview of the current branch + [Portal](https://itwin.github.io/iTwinUI/${{ github.event.number }}) [css](https://itwin.github.io/iTwinUI/${{ github.event.number }}/css) - [react](https://itwin.github.io/iTwinUI/${{ github.event.number }}/react)' + [react](https://itwin.github.io/iTwinUI/${{ github.event.number }}/react)', } })