diff --git a/dist/merge/index.js b/dist/merge/index.js index 3b522d4..134bff0 100644 --- a/dist/merge/index.js +++ b/dist/merge/index.js @@ -84918,7 +84918,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']; diff --git a/dist/upload/index.js b/dist/upload/index.js index a4ca651..1e7662b 100644 --- a/dist/upload/index.js +++ b/dist/upload/index.js @@ -82493,7 +82493,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'];