feat: add server_url input to override auto-detected API server URL
Allows specifying internal routing addresses for Gitea/GitHub API calls (e.g., http://server:3000), addressing container network restrictions when external URLs are not routable.
This commit is contained in:
@@ -18,6 +18,10 @@ inputs:
|
||||
description: "Custom API base URL (for OpenAI-compatible providers). Ignored for built-in providers."
|
||||
required: false
|
||||
default: ""
|
||||
server_url:
|
||||
description: "Override the Gitea/GitHub server URL used for API calls (e.g. http://server:3000 for internal routing inside the runner). Defaults to the auto-detected server URL."
|
||||
required: false
|
||||
default: ""
|
||||
token:
|
||||
description: "Git platform token for posting PR comments"
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user