We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab94312 commit 60154f2Copy full SHA for 60154f2
README.md
@@ -193,7 +193,8 @@ docker run -i --rm \
193
## GitHub Enterprise Server
194
195
The flag `--gh-host` and the environment variable `GITHUB_HOST` can be used to set
196
-the GitHub Enterprise Server hostname inculding the `https` connection schema:
+the GitHub Enterprise Server hostname.
197
+Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://` which GitHub Enterprise Server does not support.
198
199
``` json
200
"github": {
0 commit comments