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:
Markus Hofstetter
2026-06-13 11:30:02 +02:00
parent 7e6b266c34
commit cd77158577
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -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