1
1
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:
dependabot[bot] 2021-04-07 04:58:51 +00:00 committed by GitHub
parent 6cb6d5ad49
commit da4707e99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"