diff --git a/dist/index.js b/dist/index.js index d7aade7..6720ac4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -80619,7 +80619,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; } function getGitHubWorkspaceDir() { const ghWorkspaceDir = process.env['GITHUB_WORKSPACE'];