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 2f5375c commit 8ed3f8bCopy full SHA for 8ed3f8b
lib/handler.js
@@ -10,7 +10,7 @@ var config = {
10
};
11
12
if (GITHUB_DOMAIN) {
13
- config.host = GITHUB_DOMAIN;
+ config.host = url.parse(GITHUB_DOMAIN).host;
14
}
15
16
if (GITHUB_API_ENDPOINT) {
0 commit comments