We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bcfa4 commit 382a8ecCopy full SHA for 382a8ec
.github/workflows/trigger-n8n-workflow.yml
@@ -557,7 +557,7 @@ jobs:
557
set -euo pipefail
558
payload='${{ needs.gather-and-send.outputs.response_payload }}'
559
if [ -z "$payload" ]; then
560
- echo Response payload missing; exiting.
+ echo "Response payload missing; exiting."
561
exit 1
562
fi
563
printf '%s' "$payload" | base64 -d > response_body.json
0 commit comments