From 4945e7131d1643350ebb056641456c08efc97eec Mon Sep 17 00:00:00 2001 From: Yusuf Ali Date: Sat, 10 Jan 2026 05:10:40 +0000 Subject: [PATCH] fix: update api url --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3b9618b..63dc6e7 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Sends a coding automation task to coding bot' inputs: api_url: description: 'api url' - default: 'http://agents-api.servc-nonprod:3000' + default: 'http://agents-api.servc-agents:3000' required: false api_token: description: 'API token for authentication' -- 2.49.1