We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d03e49 commit a28b8cfCopy full SHA for a28b8cf
.github/workflows/preview.yml
@@ -10,3 +10,7 @@ jobs:
10
uses: pavi2410/html-preview-action@v2
11
with:
12
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