We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0867408 commit a48bc00Copy full SHA for a48bc00
.github/workflows/deploy-storybook.yml
@@ -72,5 +72,5 @@ jobs:
72
issue_number: context.issue.number,
73
owner: context.repo.owner,
74
repo: context.repo.repo,
75
- body: '🚀 Storybook has been deployed to staging: ${{ steps.deploy_staging.outputs.deployment-url }}'
+ body: `🚀 Storybook has been deployed to staging: ${{ steps.deploy_staging.outputs['deployment-url'] }}`
76
})
0 commit comments