File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @primer/css " : patch
3
+ ---
4
+
5
+ Fix preview deploys
Original file line number Diff line number Diff line change @@ -43,15 +43,14 @@ jobs:
43
43
44
44
with :
45
45
token : ${{ secrets.GITHUB_TOKEN }}
46
- environment_url : ' ${{ needs.deploy.outputs.deployment_url }}/storybook'
47
- target_url : ' ${{ needs.deploy.outputs.deployment_url }}/storybook'
46
+ environment-url : ' ${{ needs.deploy.outputs.deployment_url }}/storybook'
48
47
state : ' success'
49
- deployment_id : ${{ steps.storybook.outputs.deployment_id }}
48
+ deployment-id : ${{ steps.storybook.outputs.deployment_id }}
50
49
51
50
- name : Update storybook deployment status (failure)
52
51
if : failure()
53
52
54
53
with :
55
54
token : ${{ secrets.GITHUB_TOKEN }}
56
55
state : ' failure'
57
- deployment_id : ${{ steps.storybook.outputs.deployment_id }}
56
+ deployment-id : ${{ steps.storybook.outputs.deployment_id }}
You can’t perform that action at this time.
0 commit comments