Skip to content

Commit

Permalink
fix: workflow name (#5980)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin authored Oct 28, 2024
1 parent 56794ad commit 09d5aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tcl/testworkflow-toolkit/commands/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func buildWorkflowExecution(workflow testworkflowsv1.StepExecuteWorkflow, async
Type_: common.Ptr(testkube.API_TestWorkflowRunningContextInterfaceType),
},
Actor: &testkube.TestWorkflowRunningContextActor{
Name: workflow.Name,
Name: config.WorkflowName(),
ExecutionId: config.ExecutionId(),
ExecutionPath: strings.Join(parentIds, "/"),
Type_: common.Ptr(testkube.TESTWORKFLOW_TestWorkflowRunningContextActorType),
Expand Down

0 comments on commit 09d5aa8

Please sign in to comment.