From 472123c5f10d99b6abc68e14dbac4d5259c32cf1 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Mon, 26 Aug 2024 23:28:42 +0000 Subject: [PATCH] Update docs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8c8fc4a..6d84d34 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: description: 'A comma separated list with the identifiers of the specific detectors to be used. This is meant to be used for testing purposes only.' required: false 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.' + description: 'The baseUrl of the release server to use. If you set this, it should be set to `https://api.github.com`' required: false runs: using: 'node16'