Skip to content

Commit

Permalink
Fix Storybook deployment url (#4414)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored Nov 15, 2024
1 parent 38bdbb2 commit db15cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
state: "success",
description: "Successfully deployed",
context: "Storybook",
target_url: "${{ steps.publish.outputs.alias }}"
target_url: "${{ steps.publish.outputs.pages-deployment-alias-url }}"
});
- name: Update deploy status (failure)
Expand Down

0 comments on commit db15cf4

Please sign in to comment.