Rename GHE_DOTCOM to GHEC_DR

This more closely reflects the published naming https://docs.github.com/en/enterprise-cloud@latest/admin/data-residency/about-github-enterprise-cloud-with-data-residency
This commit is contained in:
Henry Mercer
2025-12-10 17:37:28 +00:00
parent 7a55ffeaf1
commit 1fc7d3785d
18 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export async function cleanupAndUploadDatabases(
// Do nothing when not running against github.com
if (
config.gitHubVersion.type !== util.GitHubVariant.DOTCOM &&
config.gitHubVersion.type !== util.GitHubVariant.GHE_DOTCOM
config.gitHubVersion.type !== util.GitHubVariant.GHEC_DR
) {
logger.debug("Not running against github.com or GHEC-DR. Skipping upload.");
return;