Skip to content

Commit 9b2d54a

Browse files
authored
Update .github/workflows/pr-preview.yml
1 parent 420aadb commit 9b2d54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/github-script@v6
6464
with:
6565
script: |
66-
const previewUrl = `https://lambda-curry.github.io/forms/pr-preview/pr-${context.issue.number}/`;
66+
const previewUrl = `https://lambda-curry.github.io/forms/pr-${context.issue.number}/`;
6767
const commentBody = `📝 **Storybook Preview**: [View Storybook](${previewUrl})
6868
6969
This preview will be updated automatically when you push new changes to this PR.

0 commit comments

Comments
 (0)