Skip to content

Commit

Permalink
Merge pull request #751 from kbrock/email-title
Browse files Browse the repository at this point in the history
Change email Title to Subject
  • Loading branch information
agrare authored Jul 17, 2024
2 parents 8b8d4c0 + 24743fb commit 4f6f3d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/workflows/provision-vm-small-med-large.asl
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
"Type": "Task",
"Resource": "manageiq://email",
"Parameters": {
"To": "[email protected]",
"Title": "Your provisioning has completed",
"Subject": "Your provisioning has completed",
"Body": "Your provisioning request has completed"
},
"Next": "Finished"
Expand Down

0 comments on commit 4f6f3d3

Please sign in to comment.