Skip to content

Commit

Permalink
fix: test action
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 committed Aug 29, 2024
1 parent 3d7c17d commit 13a4d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
id: html_preview
uses: ./ # NOTE: replace with the latest version of this Action
- name: Log HTML Preview URL
run: echo '{{ steps.html_preview.outputs.url }}'
run: echo "${{ steps.html_preview.outputs.url }}"
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30956,7 +30956,7 @@ try {

if (jobSummary) {
_actions_core__WEBPACK_IMPORTED_MODULE_0__.summary.addHeading('HTML Preview Action')
.addRaw(`Using HTML file: \`${htmlFile}\``)
.addRaw(`Using HTML file: ${htmlFile}`)
.addBreak()
.addBreak()
.addLink('Click here to preview the HTML page in your browser', previewUrl)
Expand Down

0 comments on commit 13a4d3c

Please sign in to comment.