Skip to content

Commit

Permalink
Fix success notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-farache authored and dmartinol committed Mar 22, 2024
1 parent a2f8cfd commit 01f9995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move2kube/m2k.sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 01f9995

Please sign in to comment.