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:
parent
ee9b42ed3a
commit
e98ed2c5d9
4
.github/workflows/deploy_preview.yml
vendored
4
.github/workflows/deploy_preview.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user