This commit is contained in:
ddivad195
2024-03-05 16:51:22 +00:00
parent 9c9b57d4d4
commit 05bd356814
3 changed files with 3 additions and 3 deletions
Generated Vendored
+1 -1
View File
@@ -128230,7 +128230,7 @@ async function resolvePublishActionOptions() {
}
// Required Values fetched from the GitHub API
const containerRegistryUrl = await iaToolkit.getContainerRegistryURL(apiBaseUrl);
const isEnterprise = !githubServerUrl.endsWith('.github.com') &&
const isEnterprise = !githubServerUrl.includes('https://github.com') &&
!githubServerUrl.endsWith('.ghe.com');
return {
event,