Skip to content

Commit

Permalink
fix(api): fill cds.triggered_by.* correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
  • Loading branch information
bnjjj authored and richardlt committed Jan 17, 2020
1 parent 7afe2a8 commit f953862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/api/workflow/run_workflow.go
Expand Up @@ -129,7 +129,7 @@ func StartWorkflowRun(ctx context.Context, db *gorp.DbMap, store cache.Store, p
}
opts.Manual.Username = u.GetUsername()
opts.Manual.Email = u.GetEmail()
opts.Manual.Username = u.GetFullname()
opts.Manual.Fullname = u.GetFullname()

if len(opts.FromNodeIDs) > 0 && len(wr.WorkflowNodeRuns) > 0 {
// MANUAL RUN FROM NODE
Expand Down

0 comments on commit f953862

Please sign in to comment.