From 5c5fcc074995be21f2cc7f55fa35b4c97a62042e Mon Sep 17 00:00:00 2001 From: evann Date: Thu, 20 Jul 2023 23:20:26 +0200 Subject: [PATCH] I was expecting no response, yet the action crashed, so new main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02d5e30..590d657 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,4 +57,5 @@ jobs: with: url: ${{ env.PORTAINER_API_WEBHOOK }} method: 'POST' - customHeaders: ${{ env.PORTAINER_API_KEY }} \ No newline at end of file + customHeaders: ${{ env.PORTAINER_API_KEY }} + preventFailureOnNoResponse: true \ No newline at end of file