I was expecting no response, yet the action crashed, so new main.yml

This commit is contained in:
Evann Regnault 2023-07-20 23:20:26 +02:00
parent d729499642
commit 5c5fcc0749

View file

@ -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