1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00

Merge pull request #1313 from primer/dependabot/github_actions/chrnorm/deployment-status-v1.0.0

Bump chrnorm/deployment-status from v1 to v1.0.0
This commit is contained in:
Jon Rohan 2021-04-06 22:13:30 -07:00 committed by GitHub
commit 7006ffb3f9
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"