File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ jobs:
8383 environment-url : ' ${{ needs.deploy-preview.outputs.deployment_url }}storybook'
8484 - name : Update storybook deployment status (success)
8585 if : success()
86- uses : chrnorm/deployment-status@9a72af4586197112e0491ea843682b5dc280d806
86+ uses : chrnorm/deployment-status@6df8d036fd2fee9eb82936733953da1f8382b41e
8787 with :
8888 token : ${{ secrets.GITHUB_TOKEN }}
8989 environment-url : ' ${{ needs.deploy-preview.outputs.deployment_url }}storybook'
9090 state : ' success'
9191 deployment-id : ${{ steps.storybook.outputs.deployment_id }}
9292 - name : Update storybook deployment status (failure)
9393 if : failure()
94- uses : chrnorm/deployment-status@9a72af4586197112e0491ea843682b5dc280d806
94+ uses : chrnorm/deployment-status@6df8d036fd2fee9eb82936733953da1f8382b41e
9595 with :
9696 token : ${{ secrets.GITHUB_TOKEN }}
9797 state : ' failure'
You can’t perform that action at this time.
0 commit comments