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