Skip to content

Commit 62852ba

Browse files
committed
fix(workflowsteps): correct password assignment in Notification step to use proper return value
Signed-off-by: Ayush Kumar <ayushshyamkumar888@gmail.com>
1 parent 69e0edf commit 62852ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflowsteps/notification.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func Notification() *defkit.WorkflowStepDefinition {
316316
if parameter.email.from.alias != _|_ {
317317
alias: parameter.email.from.alias
318318
}
319-
password: stringValue.$returns.str
319+
password: stringValue.str
320320
host: parameter.email.from.host
321321
port: parameter.email.from.port
322322
}

0 commit comments

Comments
 (0)