Skip to content

Commit

Permalink
Moves output text into summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Pusey-Bentley committed Mar 27, 2024
1 parent 23612e7 commit 4be3f62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
}
})
Expand Down

0 comments on commit 4be3f62

Please sign in to comment.