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 cea5c72 commit 1571608Copy full SHA for 1571608
README.md
@@ -222,7 +222,8 @@ docker run -i --rm \
222
## GitHub Enterprise Server
223
224
The flag `--gh-host` and the environment variable `GITHUB_HOST` can be used to set
225
-the GitHub Enterprise Server hostname inculding the `https` connection schema:
+the GitHub Enterprise Server hostname.
226
+Prefix the hostname with the `https://` URI scheme, as it otherwise defaults to `http://` which GitHub Enterprise Server does not support.
227
228
``` json
229
"github": {
0 commit comments