Skip to content

Commit

Permalink
Merge branch 'codeql-changes' of github.com:iterative/cml into codeql…
Browse files Browse the repository at this point in the history
…-changes
  • Loading branch information
dacbd committed Oct 8, 2022
2 parents 39d0a45 + aa8c4e6 commit 79570f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/drivers/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const octokit = (token, repo) => {
if (hostname !== 'github.com') {
// GitHub Enterprise, use the: repo URL host + '/api/v3' - as baseURL
// as per: https://developer.github.com/enterprise/v3/enterprise-admin/#endpoint-urls

octokitOptions.baseUrl = `https://${host}/api/v3`;
}

Expand Down

2 comments on commit 79570f8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.