Skip to content

Commit e7008f6

Browse files
committed
load commits after step completion
1 parent e7c5670 commit e7008f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/state/machine.ts

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export const machine = Machine<
143143
0: [{
144144
target: 'Normal',
145145
cond: 'hasNextStep',
146+
actions: ['stepLoadCommits']
146147
}, {
147148
target: 'StageComplete'
148149
}]

0 commit comments

Comments
 (0)