mirror of
https://github.com/primer/css.git
synced 2024-12-23 14:13:14 +03:00
Attempt to fix storybook previews
This commit is contained in:
parent
f1b3e55f14
commit
e893e16702
7
.github/workflows/deploy_preview.yml
vendored
7
.github/workflows/deploy_preview.yml
vendored
@ -43,10 +43,9 @@ jobs:
|
|||||||
uses: chrnorm/deployment-status@v2.0.0
|
uses: chrnorm/deployment-status@v2.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
environment_url: '${{ needs.deploy.outputs.deployment_url }}/storybook'
|
environment-url: '${{ needs.deploy.outputs.deployment_url }}/storybook'
|
||||||
target_url: '${{ needs.deploy.outputs.deployment_url }}/storybook'
|
|
||||||
state: 'success'
|
state: 'success'
|
||||||
deployment_id: ${{ steps.storybook.outputs.deployment_id }}
|
deployment-id: ${{ steps.storybook.outputs.deployment_id }}
|
||||||
|
|
||||||
- name: Update storybook deployment status (failure)
|
- name: Update storybook deployment status (failure)
|
||||||
if: failure()
|
if: failure()
|
||||||
@ -54,4 +53,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
state: 'failure'
|
state: 'failure'
|
||||||
deployment_id: ${{ steps.storybook.outputs.deployment_id }}
|
deployment-id: ${{ steps.storybook.outputs.deployment_id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user