diff --git a/dist/index.js b/dist/index.js index 374211f..19df0d7 100644 --- a/dist/index.js +++ b/dist/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() {