Fix usage of wrong action
This commit is contained in:
parent
98733057a7
commit
b577d0f2f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
||||||
auto_inactive: true
|
auto_inactive: true
|
||||||
- name: Update deployment status (failure)
|
- name: Update deployment status (failure)
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: altinukshini/deployment-status@v1.0.1
|
uses: avakar/set-deployment-status@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue