We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7298422 commit 52078c9Copy full SHA for 52078c9
1 file changed
src/deploy.ts
@@ -262,10 +262,10 @@ export async function updateStack(
262
)
263
264
core.debug('Updating CloudFormation stack')
265
- await waitUntilStackUpdateComplete(
+ await waitUntilStackOperationComplete(
266
{ client: cfn, maxWaitTime: 43200, minDelay: 10 },
267
{
268
- StackName: params.StackName
+ StackName: params.StackName!
269
}
270
271
0 commit comments