1
1
mirror of https://github.com/primer/css.git synced 2025-01-09 00:07:49 +03:00

Bump chrnorm/deployment-status from 1.0.0 to 2.0.0 (#2100)

Bumps [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/chrnorm/deployment-status/releases)
- [Commits](https://github.com/chrnorm/deployment-status/compare/v1.0.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-02 11:04:52 +00:00 committed by GitHub
parent ee9b42ed3a
commit e98ed2c5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
- name: Update storybook deployment status (success)
if: success()
uses: chrnorm/deployment-status@v1.0.0
uses: chrnorm/deployment-status@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment_url: '${{ needs.deploy.outputs.deployment_url }}/storybook'
@ -50,7 +50,7 @@ jobs:
- name: Update storybook deployment status (failure)
if: failure()
uses: chrnorm/deployment-status@v1.0.0
uses: chrnorm/deployment-status@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
state: 'failure'