From 3ebbb044438a36fd2732f6bd075d7ca2eb50623b Mon Sep 17 00:00:00 2001 From: massivebox Date: Thu, 8 May 2025 18:20:21 +0000 Subject: [PATCH] Add GITHUB_API_URL --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index f2c291e..3b68d0f 100644 --- a/action.yml +++ b/action.yml @@ -54,6 +54,7 @@ inputs: required: false env: GITHUB_TOKEN: "As provided by Github Actions" + GITHUB_API_URL: "API url of the GitHub server" outputs: url: description: "URL to the Release HTML Page"