Skip to content

Commit

Permalink
fix: use composite job logger
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter authored and github-actions committed May 18, 2022
1 parent 3069c4f commit 2b9b655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/runner/action_composite.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ func (rc *RunContext) compositeExecutor(action *model.Action) *compositeSteps {

func (rc *RunContext) newCompositeCommandExecutor(executor common.Executor) common.Executor {
return func(ctx context.Context) error {
ctx = WithCompositeLogger(ctx, &rc.Masks)

// We need to inject a composite RunContext related command
// handler into the current running job container
// We need this, to support scoping commands to the composite action
Expand Down

0 comments on commit 2b9b655

Please sign in to comment.