diff --git a/plan/plan.go b/plan/plan.go index 662ec07c..fe8b9e10 100644 --- a/plan/plan.go +++ b/plan/plan.go @@ -183,7 +183,7 @@ func (p *Plan) fillAction() { } actions := p.source.LookupPath(cue.MakePath(ActionSelector)) - if actions.Exists() { + if !actions.Exists() { return } for _, cg := range actions.Doc() {