From 146dd279840ab126b50585b3b154c6d5c3f934e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 24 Apr 2025 12:02:59 +0800 Subject: [PATCH] send-email.yaml --- .github/workflows/send-email.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/send-email.yaml b/.github/workflows/send-email.yaml index 46539c7..3e46737 100644 --- a/.github/workflows/send-email.yaml +++ b/.github/workflows/send-email.yaml @@ -13,6 +13,6 @@ jobs: subject: Github Actions job result to: obiwan@oo1.dev,yoda@oo1.dev from: Luke Skywalker - # body: Build job of ${{github.repository}} completed successfully! - attachments: ./*.txt + body: Build job of ${{github.repository}} completed successfully! + # attachments: ./*.txt priority: high