You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-storybook.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ jobs:
40
40
pnpm build-storybook
41
41
42
42
- name: Deploy to Cloudflare Workers (Staging)
43
+
id: deploy_staging
43
44
if: github.event_name == 'pull_request'
44
45
uses: cloudflare/wrangler-action@v3
45
46
with:
@@ -64,5 +65,5 @@ jobs:
64
65
issue_number: context.issue.number,
65
66
owner: context.repo.owner,
66
67
repo: context.repo.repo,
67
-
body: '🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid.workers.dev'
68
+
body: '🚀 Storybook has been deployed to staging: ${{ steps.deploy_staging.outputs.deployment-url }}'
0 commit comments