Skip to content

Commit eccf49c

Browse files
committed
Fix
1 parent 3d45990 commit eccf49c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/pr-preview-comment.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
owner: context.repo.owner,
2727
repo: context.repo.repo,
2828
body: `## Cloudflare Preview Deployment
29+
⚠️ This PR is from a fork, so the preview deployment workflow doesn't run automatically for security reasons.
30+
If you're a maintainer and want to preview this PR:
2931

30-
⚠️ This PR is from a fork, so the preview deployment workflow doesn't run automatically for security reasons.
32+
[➡️ Click here to run the workflow with PR #${prNumber} pre-filled](${dispatchUrl})
3133

32-
If you're a maintainer and want to preview this PR:
33-
34-
[➡️ Click here to run the workflow with PR #${prNumber} pre-filled](${dispatchUrl})
35-
36-
This will trigger a Cloudflare Pages preview deployment for this PR.`
34+
This will trigger a Cloudflare Pages preview deployment for this PR.`
3735
});

0 commit comments

Comments
 (0)