Use the API URL from the environment if it is present.
This commit is contained in:
parent
a6d09016e7
commit
bbdc9efa94
42 changed files with 122 additions and 22 deletions
1
lib/config-utils.test.js
generated
1
lib/config-utils.test.js
generated
|
|
@ -40,6 +40,7 @@ const sampleApiDetails = {
|
|||
auth: "token",
|
||||
externalRepoAuth: "token",
|
||||
url: "https://github.example.com",
|
||||
apiURL: undefined,
|
||||
};
|
||||
const gitHubVersion = { type: util.GitHubVariant.DOTCOM };
|
||||
// Returns the filepath of the newly-created file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue