mirror of
https://github.com/github/codeql-action.git
synced 2026-04-24 07:48:47 +00:00
Use the API URL from the environment if it is present.
This commit is contained in:
@@ -23,6 +23,7 @@ test.beforeEach(() => {
|
||||
const testApiDetails: GitHubApiDetails = {
|
||||
auth: "1234",
|
||||
url: "https://github.com",
|
||||
apiURL: undefined,
|
||||
};
|
||||
|
||||
const testRepositoryNwo = parseRepositoryNwo("github/example");
|
||||
|
||||
Reference in New Issue
Block a user