From 651d3641538eee9600c4fe6bc1556af38c6ec5e5 Mon Sep 17 00:00:00 2001 From: Git Admin Date: Mon, 1 Dec 2025 16:44:24 +0000 Subject: [PATCH] Test OpenHands SDK webhook integration --- openhands-gitea-webhook-workflow.json | 6 +++--- test.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openhands-gitea-webhook-workflow.json b/openhands-gitea-webhook-workflow.json index dabf36f..94df0e6 100644 --- a/openhands-gitea-webhook-workflow.json +++ b/openhands-gitea-webhook-workflow.json @@ -27,7 +27,7 @@ }, { "parameters": { - "url": "http://172.18.0.1:3000/api/conversations", + "url": "http://host.docker.internal:3000/api/conversations", "method": "POST", "sendBody": true, "bodyParameters": { @@ -74,7 +74,7 @@ }, { "parameters": { - "url": "=http://172.18.0.1:3000/api/conversations/{{ $json.conversation_id }}", + "url": "=http://host.docker.internal:3000/api/conversations/{{ $json.conversation_id }}", "method": "GET", "options": { "response": { @@ -158,7 +158,7 @@ }, { "parameters": { - "url": "=http://172.18.0.1:3000/api/conversations/{{ $('Create OpenHands Session').item.json.conversation_id }}/events", + "url": "=http://host.docker.internal:3000/api/conversations/{{ $('Create OpenHands Session').item.json.conversation_id }}/events", "method": "GET", "options": { "response": { diff --git a/test.txt b/test.txt index 345e6ae..922586a 100644 --- a/test.txt +++ b/test.txt @@ -1 +1 @@ -Test +Test webhook