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