Skip to content

Commit 34bea34

Browse files
committed
fix
1 parent a2bd369 commit 34bea34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/pipeline/CdHandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func (impl *CdHandlerImpl) CancelStage(workflowRunnerId int, userId int32) (int,
177177
// Terminate workflow
178178
cancelWfDtoRequest := &types.CancelWfRequestDto{
179179
ExecutorType: workflowRunner.ExecutorType,
180-
Name: workflowRunner.Name,
180+
WorkflowName: workflowRunner.Name,
181181
Namespace: workflowRunner.Namespace,
182182
RestConfig: restConfig,
183183
IsExt: isExtCluster,

wire_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)