mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
use echo -E for webhooks
This commit is contained in:
@@ -165,7 +165,7 @@ ${webhookType === 'sync' ? 'RESULT' : 'UUID'}=$(curl -s ${
|
||||
|
||||
${
|
||||
webhookType === 'sync'
|
||||
? 'echo $RESULT | jq'
|
||||
? 'echo -E $RESULT | jq'
|
||||
: `
|
||||
URL="${$page.url.origin}/api/w/${$workspaceStore}/jobs_u/completed/get_result_maybe/$UUID"
|
||||
while true; do
|
||||
|
||||
Reference in New Issue
Block a user