From 939000fb1900c9fc4f7b5058a09d9f833ebc6859 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Tue, 26 Sep 2023 01:30:35 +0300 Subject: [PATCH] Fixed wrong default for `gh_host` (#78) Fixed wrong default for gh_host --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eb09db8..e1561a2 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: gh_host: description: 'The hostname will be used by gh-cli. This works for enterprise customers.' required: false - default: "api.github.com" + default: "github.com" gh_token: description: 'Permission token that grants permission to the GitHub API. (Toke or App config is required)' required: false