Skip to content

Commit

Permalink
Fixed wrong default for gh_host (#78)
Browse files Browse the repository at this point in the history
Fixed wrong default for gh_host
  • Loading branch information
weirdan committed Sep 25, 2023
1 parent fd1304b commit 939000f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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
Expand Down

0 comments on commit 939000f

Please sign in to comment.