Skip to content

Commit 4f6f28d

Browse files
Merge pull request #12 from actionforge/bugfix/lost-context-info
Add missing GitHub context fields in PushNewExecutionState
2 parents ee50b28 + 07e739d commit 4f6f28d

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)