From 0bc30af51b3f70945bf47ce4924de053a0e72b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 24 Apr 2025 12:02:18 +0800 Subject: [PATCH] send-email.yaml --- .github/workflows/send-email.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/send-email.yaml b/.github/workflows/send-email.yaml index ea20807..46539c7 100644 --- a/.github/workflows/send-email.yaml +++ b/.github/workflows/send-email.yaml @@ -1,7 +1,5 @@ on: - push: - branches: - - main + workflow_dispatch: jobs: send-mail: runs-on: ubuntu-latest @@ -10,7 +8,7 @@ jobs: uses: dawidd6/action-send-mail@v4 with: # * smtp://user:password@server:port - # * smtp+starttls://user:password@server:port + # * smtp+starttls://notifications@nobug.sbs:password@maddy.1-h.cc:5465 connection_url: ${{secrets.MAIL_CONNECTION}} subject: Github Actions job result to: obiwan@oo1.dev,yoda@oo1.dev