Skip to content

Commit 1856b32

Browse files
committed
fix task LoadAttributes
1 parent 527998d commit 1856b32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

models/actions/task.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ func (task *ActionTask) LoadAttributes(ctx context.Context) error {
145145
task.Steps = steps
146146
}
147147

148+
if err := task.LoadRepository(ctx); err != nil {
149+
return err
150+
}
151+
148152
return nil
149153
}
150154

0 commit comments

Comments
 (0)