Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}storybook'
- name: Update storybook deployment status (success)
if: success()
uses: chrnorm/deployment-status@9a72af4586197112e0491ea843682b5dc280d806
uses: chrnorm/deployment-status@6df8d036fd2fee9eb82936733953da1f8382b41e
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment-url: '${{ needs.deploy-preview.outputs.deployment_url }}storybook'
state: 'success'
deployment-id: ${{ steps.storybook.outputs.deployment_id }}
- name: Update storybook deployment status (failure)
if: failure()
uses: chrnorm/deployment-status@9a72af4586197112e0491ea843682b5dc280d806
uses: chrnorm/deployment-status@6df8d036fd2fee9eb82936733953da1f8382b41e
with:
token: ${{ secrets.GITHUB_TOKEN }}
state: 'failure'
Expand Down
Loading