Skip to content

Commit 8851bca

Browse files
Fix action comments after building docs (#538)
1 parent 66d8b42 commit 8851bca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/preview.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
body: |
33-
🎊 PR Preview ${{ github.sha }} has been successfully built and deployed to https://quarkus-openapi-generator-preview-pr-${{ steps.pr.outputs.id }}.surge.sh
34-
<img width="300" src="https://user-images.githubusercontent.com/507615/90250366-88233900-de6e-11ea-95a5-84f0762ffd39.png">
33+
🎊 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).
3534
<!-- Sticky Pull Request Comment -->
3635
body-include: '<!-- Sticky Pull Request Comment -->'
3736
number: ${{ steps.pr.outputs.id }}
37+
emojis: 'heart'
3838
- name: Update PR status comment on failure
3939
if: ${{ failure() }}
4040
uses: actions-cool/[email protected]
@@ -45,4 +45,5 @@ jobs:
4545
<img width="300" src="https://user-images.githubusercontent.com/507615/90250824-4e066700-de6f-11ea-8230-600ecc3d6a6b.png">
4646
<!-- Sticky Pull Request Comment -->
4747
body-include: '<!-- Sticky Pull Request Comment -->'
48-
number: ${{ steps.pr.outputs.id }}
48+
number: ${{ steps.pr.outputs.id }}
49+
emojis: 'confused'

0 commit comments

Comments
 (0)