Stop double-counting actions

pull/38243/head^2
Mutahhir Hayat 2 months ago committed by Daniel Schmidt
parent 1c9c8d473e
commit 2f3a862f80

@ -104,11 +104,6 @@ func ReportComponentInstance(ctx context.Context, plan *plans.Plan, h *Hooks, se
},
})
}
// Count action invocations
for range plan.Changes.ActionInvocations {
cic.ActionInvocation++
}
for _, actInvoke := range plan.Changes.ActionInvocations {
cic.ActionInvocation++

Loading…
Cancel
Save