Skip to content

Commit e21eb6c

Browse files
authored
Fix pr-comment version
1 parent a28b8cf commit e21eb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Preview
88
steps:
9-
- name: HTML Preview
9+
- name: html_preview
1010
uses: pavi2410/html-preview-action@v2
1111
with:
1212
html_file: 'bugRzilla_review.html'
13-
- uses: github-actions-up-and-running/[email protected].0
13+
- uses: github-actions-up-and-running/[email protected].1
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
message: ${{ format('[Click here to preview HTML page in the browser]({0})', steps.html_preview.outputs.url) }}

0 commit comments

Comments
 (0)