From 7e535f73ddf27a340ab0f25f33a5a49e8b08e4a3 Mon Sep 17 00:00:00 2001 From: Yusuf Ali Date: Tue, 20 Jan 2026 13:01:06 +0000 Subject: [PATCH] chore: update agent url --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8367893..e158161 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Sends markdown files to the lake to embed into vector form' inputs: api_url: description: 'api url' - default: 'http://agents-api.servc-agents:3000' + default: 'http://agent-api.k8s.private' required: false api_token: description: 'API token for authentication'