diff --git a/gbash/hooks.async.yaml b/gbash/hooks.async.yaml index 9b655bc..a074de7 100644 --- a/gbash/hooks.async.yaml +++ b/gbash/hooks.async.yaml @@ -1,7 +1,6 @@ - id: gbash execute-command: "/var/webhook/pass.sh" command-working-directory: "/var/webhook" - include-command-output-in-response: true pass-arguments-to-command: - source: payload name: command \ No newline at end of file diff --git a/gbash/hooks.sync.yaml b/gbash/hooks.sync.yaml index a074de7..9b655bc 100644 --- a/gbash/hooks.sync.yaml +++ b/gbash/hooks.sync.yaml @@ -1,6 +1,7 @@ - id: gbash execute-command: "/var/webhook/pass.sh" command-working-directory: "/var/webhook" + include-command-output-in-response: true pass-arguments-to-command: - source: payload name: command \ No newline at end of file