From 57a42fe989f03ddf769155be9b3a22d84a81eef9 Mon Sep 17 00:00:00 2001 From: Robert Melton Date: Wed, 28 Feb 2024 16:20:42 -0500 Subject: [PATCH] wtf --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e51da6fff..e721a5be57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,8 +35,8 @@ jobs: username: ${{secrets.SMTP_USERNAME}} password: ${{secrets.SMTP_PASSWORD}} convert_markdown: false - nodemailerlog: true - nodemailerdebug: false + # nodemailerlog: true + # nodemailerdebug: false to: ${{ secrets.TO }} from: ${{ secrets.FROM }}