fix test
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user