Skip to content

Commit 382a8ec

Browse files
committed
fixed quote
1 parent d9bcfa4 commit 382a8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-n8n-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ jobs:
557557
set -euo pipefail
558558
payload='${{ needs.gather-and-send.outputs.response_payload }}'
559559
if [ -z "$payload" ]; then
560-
echo Response payload missing; exiting.
560+
echo "Response payload missing; exiting."
561561
exit 1
562562
fi
563563
printf '%s' "$payload" | base64 -d > response_body.json

0 commit comments

Comments
 (0)