From d356d9fd7284085a04548a0f94c675904832da3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 12:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=BB=A5=E5=8F=91=E9=80=81=E9=82=AE?= =?UTF-8?q?=E4=BB=B6=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/send-email.yaml.off | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/send-email.yaml.off diff --git a/.github/workflows/send-email.yaml.off b/.github/workflows/send-email.yaml.off new file mode 100644 index 0000000..5d40af2 --- /dev/null +++ b/.github/workflows/send-email.yaml.off @@ -0,0 +1,18 @@ +on: + push: + branches: + - main +jobs: + send-mail: + runs-on: ubuntu-latest + steps: + - name: Send mail + uses: dawidd6/action-send-mail@v3 + with: + connection_url: ${{secrets.MAIL_CONNECTION}} + 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 + priority: high