Skip to content

Commit

Permalink
update 74-n8n-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Dec 31, 2024
1 parent 48361a8 commit 17a8a87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/74-n8n-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17a8a87

Please sign in to comment.