diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 836cb984..3fbfe940 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -78,7 +78,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: pullRequestNumber, - body: `${start} You can preview the tagging presets of this pull request [here](https://pr-${pullRequestNumber}--ideditor-presets-preview.netlify.app/id/dist/#locale=en).` + body: `${start} You can preview the tagging presets of this pull request [in this deploy preview](https://pr-${pullRequestNumber}--ideditor-presets-preview.netlify.app/id/dist/?id=n17807753#locale=en).` }); } else { console.log(`Preview URL comment already added to PR #${pullRequestNumber}`);