diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml
index b733ed81..7b66b5ab 100644
--- a/.github/workflows/preview.yml
+++ b/.github/workflows/preview.yml
@@ -30,11 +30,11 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
- 🎊 PR Preview ${{ github.sha }} has been successfully built and deployed to https://quarkus-openapi-generator-preview-pr-${{ steps.pr.outputs.id }}.surge.sh
-
+ 🎊 PR Preview ${{ github.sha }} has been successfully built and deployed. [See the documentation preview here](https://quarkus-openapi-generator-preview-pr-${{ steps.pr.outputs.id }}.surge.sh).
body-include: ''
number: ${{ steps.pr.outputs.id }}
+ emojis: 'heart'
- name: Update PR status comment on failure
if: ${{ failure() }}
uses: actions-cool/maintain-one-comment@v3.1.1
@@ -45,4 +45,5 @@ jobs:
body-include: ''
- number: ${{ steps.pr.outputs.id }}
\ No newline at end of file
+ number: ${{ steps.pr.outputs.id }}
+ emojis: 'confused'