From 02fa205f479d55f3fec6016059bac27b526500ce Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 29 Aug 2024 15:15:46 -0500 Subject: [PATCH] Update action.yml --- action.yml | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/action.yml b/action.yml index f7768bd..3bf3607 100644 --- a/action.yml +++ b/action.yml @@ -165,33 +165,23 @@ runs: server_port: 465 username: ${{ secrets.MAIL_USERNAME }} password: ${{ secrets.MAIL_PASSWORD }} - subject: "MeshMap Snapshot" - from: '"MeshMap" <${{ secrets.MAIL_USERNAME }}>' + subject: "Your Meshery Snapshot" + from: '"Layer5" <${{ secrets.MAIL_USERNAME }}>' to: ${{ inputs.email }} body: | - Hello, +

Hello,

- Your MeshMap snapshot has been generated and is now ready for you to view! +

Your ${{ inputs.application_type }} has been converted to a Meshery Design. Your snapshot has been generated and is now available.

+ +

+

Next Steps

+ - **Snapshot Details:** - - **Design ID**: ${{ inputs.designID }} - - **Resource Type**: ${{ inputs.application_type }} +

Thank you for using Meshery! If you enjoy this tool, share with your friends.

- You can view and download your snapshot by clicking the link below: - [View Your MeshMap Snapshot](${{ env.RESOURCE_URL }}) - - **Next Steps:** - - **Review the Snapshot**: Ensure all components are correctly represented and the infrastructure layout aligns with your expectations. - - **Share with Your Team**: Use this snapshot to facilitate discussions and planning with your team. - - **Explore Further**: Learn more about how MeshMap can help visualize and manage your infrastructure by visiting our [documentation](https://docs.layer5.io/meshmap). - - If you have any questions or need further assistance, please feel free to reach out to our support team. - - Thank you for using MeshMap! - - Best regards, - The MeshMap Team - - --- - Meshery by Layer5 - The Cloud Native Management Plane. - Learn more at [https://layer5.io/meshery](https://layer5.io/meshery) + ---
+ Meshery by Layer5 - The Collaborative Cloud Native Manager. Learn more at layer5.io.