Skip to content

Commit 07e739d

Browse files
committed
Add missing context fields in PushNewExecutionState
1 parent ee50b28 commit 07e739d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/context.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ func (c *ExecutionState) PushNewExecutionState(parentNode NodeBaseInterface) *Ex
150150
Inputs: c.Inputs,
151151
Secrets: c.Secrets,
152152

153+
GhContext: c.GhContext,
154+
GhNeeds: c.GhNeeds,
155+
GhMatrix: c.GhMatrix,
156+
153157
OutputCacheLock: &sync.RWMutex{},
154158
DataOutputCache: make(map[string]any),
155159
ExecutionOutputCache: make(map[string]any),

0 commit comments

Comments
 (0)