We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420aadb commit 9b2d54aCopy full SHA for 9b2d54a
.github/workflows/pr-preview.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: actions/github-script@v6
64
with:
65
script: |
66
- const previewUrl = `https://lambda-curry.github.io/forms/pr-preview/pr-${context.issue.number}/`;
+ const previewUrl = `https://lambda-curry.github.io/forms/pr-${context.issue.number}/`;
67
const commentBody = `📝 **Storybook Preview**: [View Storybook](${previewUrl})
68
69
This preview will be updated automatically when you push new changes to this PR.
0 commit comments