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:
commit
7006ffb3f9
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