deploy-preview: Change link to paris

Two changes
- make the click target a bit bigger then "here"
- add `?id=n17807753` which is Paris so users don't start at the work which in my experience is never where I do mapping
This commit is contained in:
Tobias 2024-09-27 07:24:41 +02:00 committed by GitHub
parent ce216355bd
commit b9d4055174
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}`);