Skip to content

Commit a28b8cf

Browse files
authored
Add bot to link to the preview
1 parent 8d03e49 commit a28b8cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/preview.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ jobs:
1010
uses: pavi2410/html-preview-action@v2
1111
with:
1212
html_file: 'bugRzilla_review.html'
13+
- uses: github-actions-up-and-running/[email protected]
14+
with:
15+
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
message: ${{ format('[Click here to preview HTML page in the browser]({0})', steps.html_preview.outputs.url) }}

0 commit comments

Comments
 (0)