diff --git a/dist/index.js b/dist/index.js index fc7187a..0b08c35 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2698,8 +2698,7 @@ function getResultsServiceUrl() { } exports.getResultsServiceUrl = getResultsServiceUrl; function isGhes() { - const ghUrl = new URL(process.env['GITHUB_SERVER_URL'] || 'https://github.com'); - return ghUrl.hostname.toUpperCase() !== 'GITHUB.COM'; + return false; } exports.isGhes = isGhes; function getGitHubWorkspaceDir() {