Skip to content

Commit 2a23b84

Browse files
chore(deps): bump chrnorm/deployment-status from 2.0.3 to 2.0.4 (#7688)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b382944 commit 2a23b84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)