Skip to content

Commit

Permalink
Bump chrnorm/deployment-status from 2.0.1 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/chrnorm/deployment-status/releases)
- [Commits](chrnorm/deployment-status@v2.0.1...v2.0.3)

---
updated-dependencies:
- dependency-name: chrnorm/deployment-status
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 4104bfc commit 2e2fe52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Update storybook deployment status (success)
if: success()
uses: chrnorm/deployment-status@v2.0.1
uses: chrnorm/deployment-status@v2.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment-url: '${{ needs.deploy.outputs.deployment_url }}/storybook'
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Update storybook deployment status (failure)
if: failure()
uses: chrnorm/deployment-status@v2.0.1
uses: chrnorm/deployment-status@v2.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
state: 'failure'
Expand Down

0 comments on commit 2e2fe52

Please sign in to comment.