update dist
This commit is contained in:
+2
-3
@@ -128230,9 +128230,8 @@ async function resolvePublishActionOptions() {
|
||||
}
|
||||
// Required Values fetched from the GitHub API
|
||||
const containerRegistryUrl = await iaToolkit.getContainerRegistryURL(apiBaseUrl);
|
||||
// TODO: Figure out if there's a better way to do this
|
||||
const isEnterprise = !githubServerUrl.endsWith('github.com') &&
|
||||
!githubServerUrl.endsWith('ghe.com');
|
||||
const isEnterprise = !githubServerUrl.endsWith('.github.com') &&
|
||||
!githubServerUrl.endsWith('.ghe.com');
|
||||
return {
|
||||
event,
|
||||
ref,
|
||||
|
||||
Reference in New Issue
Block a user