Skip to content

Commit

Permalink
make comment open new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattchewone committed Jan 9, 2025
1 parent 812de07 commit ba8de3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
repo: context.repo.repo,
issue_number: context.issue.number,
body: `🎉 **Preview Deployed!**
👉 [View Preview](https://${context.repo.owner}.github.io/${context.repo.repo}/${{ steps.preview.outputs.deploy_path }})`
👉 <a href="https://${context.repo.owner}.github.io/${context.repo.repo}/${{ steps.preview.outputs.deploy_path }}" target="_blank">View Preview</a>`
})

0 comments on commit ba8de3f

Please sign in to comment.