From 17a8a87be97a9c272420b8e5e7c793d544283391 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 31 Dec 2024 10:46:42 -0300 Subject: [PATCH] update 74-n8n-integration --- .github/workflows/74-n8n-integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/74-n8n-integration.yml b/.github/workflows/74-n8n-integration.yml index 5fe61a91c..d31913bfe 100644 --- a/.github/workflows/74-n8n-integration.yml +++ b/.github/workflows/74-n8n-integration.yml @@ -32,7 +32,8 @@ jobs: "email": "${{ inputs.email }}", "message": "${{ inputs.message }}" "workflow_url": "${{ env.WORKFLOW_URL }}" - }' + }' \ + --fail --show-error if [ $? -ne 0 ]; then echo "Error: cURL request failed." exit 1