update dist

This commit is contained in:
ddivad195
2024-03-05 16:35:10 +00:00
parent 1529e43c68
commit 9c9b57d4d4
Generated Vendored
+2 -3
View File
@@ -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,