diff --git a/move2kube/m2k.sw.yml b/move2kube/m2k.sw.yml index 118c1b36..f07ef18e 100644 --- a/move2kube/m2k.sw.yml +++ b/move2kube/m2k.sw.yml @@ -191,7 +191,7 @@ states: refName: createNotification arguments: title: '"Move2Kube workflow " + $WORKFLOW.instanceId + " success"' - message: '"Move2Kube workflow " + $WORKFLOW.instanceId + " on workspace " + .workspaceId + " and project " + .projectId + " was successful; the output is available in the branch " + .targetBranch + " of your git repository "+ .repositoryURL"' + message: '"Move2Kube workflow " + $WORKFLOW.instanceId + " on workspace " + .workspaceId + " and project " + .projectId + " was successful; the output is available in the branch " + .targetBranch + " of your git repository "+ .repositoryURL' origin: "Move2Kube Workflow" topic: "Move2Kube Workflow" end: true