Skip to content

Commit 939000f

Browse files
authored
Fixed wrong default for gh_host (#78)
Fixed wrong default for gh_host
1 parent fd1304b commit 939000f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
gh_host:
55
description: 'The hostname will be used by gh-cli. This works for enterprise customers.'
66
required: false
7-
default: "api.github.com"
7+
default: "github.com"
88
gh_token:
99
description: 'Permission token that grants permission to the GitHub API. (Toke or App config is required)'
1010
required: false

0 commit comments

Comments
 (0)