We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee50b28 + 07e739d commit 4f6f28dCopy full SHA for 4f6f28d
1 file changed
core/context.go
@@ -150,6 +150,10 @@ func (c *ExecutionState) PushNewExecutionState(parentNode NodeBaseInterface) *Ex
150
Inputs: c.Inputs,
151
Secrets: c.Secrets,
152
153
+ GhContext: c.GhContext,
154
+ GhNeeds: c.GhNeeds,
155
+ GhMatrix: c.GhMatrix,
156
+
157
OutputCacheLock: &sync.RWMutex{},
158
DataOutputCache: make(map[string]any),
159
ExecutionOutputCache: make(map[string]any),
0 commit comments