From a0a4b55d4dd2b48f523833db0a308d7e95e14fa7 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Mon, 26 Aug 2024 21:28:19 +0000 Subject: [PATCH] Tweak GHES fix --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index bfa5a70..8c8fc4a 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,6 @@ inputs: releaseServerUrl: description: 'The baseUrl of the release server to use. By default, this is github.com/api/v3, but it can be set to your GitHub Enterprise Server instead.' required: false - default: 'https://github.com/api/v3' runs: using: 'node16' main: 'dist/index.js'