From 020edd29e7b78814a934393791e0d427c3a5c202 Mon Sep 17 00:00:00 2001 From: Jougan-0 Date: Fri, 30 Aug 2024 02:49:24 +0530 Subject: [PATCH] revert w/singoff Signed-off-by: Jougan-0 --- action.yml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/action.yml b/action.yml index 3bf3607..0c5c688 100644 --- a/action.yml +++ b/action.yml @@ -33,9 +33,6 @@ inputs: assetLocation: required: false description: Remote location where the generated asset (screenshot) for the design will be stored. - email: - required: false - description: The email address provided by the user to receive the snapshot. outputs: mardownResult: # id of output description: "The markdown result" @@ -156,32 +153,4 @@ runs: number: ${{ inputs.prNumber }} id: meshmap-snapshot message: '[](https://meshery.layer5.io/catalog/content/catalog/${{ env.APPLICATION_ID }}) _[Understanding Meshery Relationships](https://docs.layer5.io/meshmap/concepts/relationships/)_' - append: false - - name: Email Snapshot to user - if: ${{ success() && inputs.email && env.RESOURCE_URL != 'false' }} - uses: dawidd6/action-send-mail@v3.7.1 - with: - server_address: smtp.gmail.com - server_port: 465 - username: ${{ secrets.MAIL_USERNAME }} - password: ${{ secrets.MAIL_PASSWORD }} - subject: "Your Meshery Snapshot" - from: '"Layer5" <${{ secrets.MAIL_USERNAME }}>' - to: ${{ inputs.email }} - body: | -

Hello,

- -

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

- -

-

Next Steps

- - -

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

- - ---
- Meshery by Layer5 - The Collaborative Cloud Native Manager. Learn more at layer5.io. + append: false \ No newline at end of file