feat: update public url reference
All checks were successful
Dependabot Auto-Merge / rennovatebot (pull_request) Has been skipped
Dependabot Auto-Merge / dependabot (pull_request) Has been skipped
Dependabot Auto-Merge / devopsbot (pull_request) Has been skipped
Unit Tests / unittest (pull_request) Successful in 49s
COMMIT LINT / commitlint (pull_request) Successful in 1m2s

This commit is contained in:
2025-12-14 12:36:14 +00:00
parent e5dda98b4a
commit c203dc7a44
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ description: 'Sends a coding automation task to coding bot'
inputs: inputs:
api_url: api_url:
description: 'api url' description: 'api url'
default: 'https://api.servc.io' default: 'http://agents-automation-api.agents:3000'
required: false required: false
api_token: api_token:
description: 'API token for authentication' description: 'API token for authentication'

2
dist/index.js vendored
View File

@@ -32863,7 +32863,7 @@ async function fetchFirstIssueComment(repoFullName, issueNumber, githubToken, se
} }
async function run() { async function run() {
const apiUrl = core.getInput('api_url') || 'https://api.servc.io'; const apiUrl = core.getInput('api_url') || 'http://agents-automation-api.agents:3000';
const apiToken = core.getInput('api_token'); const apiToken = core.getInput('api_token');
const botRoute = core.getInput('bot_route') || 'codebot'; const botRoute = core.getInput('bot_route') || 'codebot';
const debug = (core.getInput('debug') || 'false').toLowerCase() === 'true'; const debug = (core.getInput('debug') || 'false').toLowerCase() === 'true';

View File

@@ -31,7 +31,7 @@ async function fetchFirstIssueComment(repoFullName, issueNumber, githubToken, se
} }
async function run() { async function run() {
const apiUrl = core.getInput('api_url') || 'https://api.servc.io'; const apiUrl = core.getInput('api_url') || 'http://agents-automation-api.agents:3000';
const apiToken = core.getInput('api_token'); const apiToken = core.getInput('api_token');
const botRoute = core.getInput('bot_route') || 'codebot'; const botRoute = core.getInput('bot_route') || 'codebot';
const debug = (core.getInput('debug') || 'false').toLowerCase() === 'true'; const debug = (core.getInput('debug') || 'false').toLowerCase() === 'true';