I was expecting no response, yet the action crashed, so new main.yml
This commit is contained in:
parent
d729499642
commit
5c5fcc0749
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -57,4 +57,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
url: ${{ env.PORTAINER_API_WEBHOOK }}
|
url: ${{ env.PORTAINER_API_WEBHOOK }}
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
customHeaders: ${{ env.PORTAINER_API_KEY }}
|
customHeaders: ${{ env.PORTAINER_API_KEY }}
|
||||||
|
preventFailureOnNoResponse: true
|
Loading…
Reference in a new issue