Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update .github/workflows/generate-preview-link.yml
Browse files Browse the repository at this point in the history
Co-authored-by: adrienne-deriv <[email protected]>
  • Loading branch information
balakrishna-deriv and adrienne-deriv authored Sep 27, 2023
1 parent 89b6650 commit 067b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-preview-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
github-token: ${{ github.token }}
script: |
const preview_url = `https://${{steps.publish-to-pages.outputs.preview_url}}.deriv-com-preview-links.pages.dev`
const preview_url = "${{steps.publish-to-pages.outputs.preview_url}}"
const comment = [
`**Preview Link**: ${preview_url}`,
'| Name | Result |',
Expand Down

0 comments on commit 067b2b8

Please sign in to comment.