Skip to content

Commit

Permalink
Update failing action
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 committed Aug 29, 2024
1 parent fcf16d2 commit e53f9c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ jobs:
- name: Get HTML preview link
id: html_preview
uses: ./ # NOTE: replace with the latest version of this Action
- uses: github-actions-up-and-running/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: ${{ format('[Click here to preview the HTML page in your browser]({0})', steps.html_preview.outputs.url) }}
- name: Log HTML Preview URL
run: echo '{{ steps.html_preview.outputs.url) }}'
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

<body>
<h1>You are previewing index.html page</h1>
<p>This is a test for the HTML Preview Action built by pavi2410.</p>
<p>Source: <a target="_blank" href="https://github.com/pavi2410/html-preview-action"></a></p>
<p>This is a test for the <a target="_blank" href="https://github.com/pavi2410/html-preview-action">HTML Preview Action</a> built by pavi2410.</p>
</body>

</html>

0 comments on commit e53f9c6

Please sign in to comment.