Skip to content

Commit

Permalink
ran prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
audrastump committed Nov 27, 2024
1 parent a85ab68 commit 19fb963
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/actions/promote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,11 @@ async function promoteBlueGreen(kubectl: Kubectl, manifests: string[]) {
models.DiscoveryAndLoadBalancerResource.SERVICE
])
)
await KubernetesManifestUtility.checkManifestStability(kubectl, resources, resourceType)
await KubernetesManifestUtility.checkManifestStability(
kubectl,
resources,
resourceType
)
core.endGroup()

core.startGroup(
Expand Down

0 comments on commit 19fb963

Please sign in to comment.