From 5c840796708840c59958e2d4eb7efe6bb083b84b Mon Sep 17 00:00:00 2001 From: "Liu, Wenjun" Date: Thu, 25 Apr 2024 20:36:49 +0800 Subject: [PATCH] delete email body --- .../workflows/IDC_1100_Public_Sycl_build.yml | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/IDC_1100_Public_Sycl_build.yml b/.github/workflows/IDC_1100_Public_Sycl_build.yml index 9da8e59..b2dba4d 100644 --- a/.github/workflows/IDC_1100_Public_Sycl_build.yml +++ b/.github/workflows/IDC_1100_Public_Sycl_build.yml @@ -47,25 +47,3 @@ jobs: echo "Build Failed" exit 1 fi - - html_body: "Testing" - # Optional carbon copy recipients: - cc: - # Optional blind carbon copy recipients: - bcc: - # Optional recipient of the email response: - reply_to: - # Optional Message ID this message is replying to: - in_reply_to: - # Optional unsigned/invalid certificates allowance: - ignore_cert: true - # Optional converting Markdown to HTML (set content_type to text/html too): - convert_markdown: true - # Optional attachments: - attachments: attachments.zip,git.diff,./dist/static/*.js - # Optional priority: 'high', 'normal' (default) or 'low' - priority: high - # Optional nodemailerlog: true/false - nodemailerlog: true - # Optional nodemailerdebug: true/false if true lognodem will also be set true - nodemailerdebug: true