mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
Bump chrnorm/deployment-status from v1 to v1.0.0
Bumps [chrnorm/deployment-status](https://github.com/chrnorm/deployment-status) from v1 to v1.0.0. - [Release notes](https://github.com/chrnorm/deployment-status/releases) - [Commits](https://github.com/chrnorm/deployment-status/compare/v1...598d987f3a8dec3817b995f810e6de7c06c92106) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6cb6d5ad49
commit
da4707e99b
4
.github/workflows/deploy_preview.yml
vendored
4
.github/workflows/deploy_preview.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: Update deployment status (success)
|
||||
if: success()
|
||||
uses: chrnorm/deployment-status@v1
|
||||
uses: chrnorm/deployment-status@v1.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
environment_url: ${{ steps.vercel-action.outputs.preview-url }}
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
- name: Update deployment status (failure)
|
||||
if: failure()
|
||||
uses: chrnorm/deployment-status@v1
|
||||
uses: chrnorm/deployment-status@v1.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
state: "failure"
|
||||
|
Loading…
Reference in New Issue
Block a user