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
|
||||
- name: Update deployment status (failure)
|
||||
if: failure()
|
||||
uses: altinukshini/deployment-status@v1.0.1
|
||||
uses: avakar/set-deployment-status@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue