diff --git a/dist/merge/index.js b/dist/merge/index.js index eabca8a..e502b99 100644 --- a/dist/merge/index.js +++ b/dist/merge/index.js @@ -2903,7 +2903,7 @@ function isGhes() { const isGitHubHost = hostname === 'GITHUB.COM'; const isGheHost = hostname.endsWith('.GHE.COM'); const isLocalHost = hostname.endsWith('.LOCALHOST'); - return !isGitHubHost && !isGheHost && !isLocalHost; + return false; } exports.isGhes = isGhes; function getGitHubWorkspaceDir() { diff --git a/dist/upload/index.js b/dist/upload/index.js index 89238fa..e716d6a 100644 --- a/dist/upload/index.js +++ b/dist/upload/index.js @@ -2903,7 +2903,7 @@ function isGhes() { const isGitHubHost = hostname === 'GITHUB.COM'; const isGheHost = hostname.endsWith('.GHE.COM'); const isLocalHost = hostname.endsWith('.LOCALHOST'); - return !isGitHubHost && !isGheHost && !isLocalHost; + return false; } exports.isGhes = isGhes; function getGitHubWorkspaceDir() {