Skip to content

Commit a48bc00

Browse files
committed
chore: cleanup output logging
1 parent 0867408 commit a48bc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
issue_number: context.issue.number,
7373
owner: context.repo.owner,
7474
repo: context.repo.repo,
75-
body: '🚀 Storybook has been deployed to staging: ${{ steps.deploy_staging.outputs.deployment-url }}'
75+
body: `🚀 Storybook has been deployed to staging: ${{ steps.deploy_staging.outputs['deployment-url'] }}`
7676
})

0 commit comments

Comments
 (0)