Skip to content

Commit 19fb963

Browse files
author
audrastump
committed
ran prettier check
1 parent a85ab68 commit 19fb963

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/actions/promote.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,11 @@ async function promoteBlueGreen(kubectl: Kubectl, manifests: string[]) {
176176
models.DiscoveryAndLoadBalancerResource.SERVICE
177177
])
178178
)
179-
await KubernetesManifestUtility.checkManifestStability(kubectl, resources, resourceType)
179+
await KubernetesManifestUtility.checkManifestStability(
180+
kubectl,
181+
resources,
182+
resourceType
183+
)
180184
core.endGroup()
181185

182186
core.startGroup(

0 commit comments

Comments
 (0)