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