From 3ccb942d43b0bf06a270b23cb5fd471512bc66e9 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Tue, 18 Jun 2024 12:12:37 +0200 Subject: [PATCH] api-base is now github.api_url by default (#82) * api-base is now github.api_url by default * Updated README [skip ci] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48c6a6bb..73512273 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ inputs: default: false required: false gh-api-base: - description: 'Base URL of the Github API to send data to. Default is api.github.com, but can be changed to your hostname if you have Github Enterprise' + description: 'Base URL of the Github API to send data to (including schema). Default is ${{ github.api_url }} (which resolves to https://api.github.com in free and many enterprise setups), but can be changed to your hostname if you have a custom hosted Github Enterprise' default: ${{ github.api_url }} required: false company-uuid: