From 6f2a9e296b226aee484d4ec5b1b59d45c3710203 Mon Sep 17 00:00:00 2001 From: Jonathan Martz Date: Sun, 12 Jan 2025 12:04:36 +0100 Subject: [PATCH] fix workflow tdd --- .github/workflows/tdd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tdd.yml b/.github/workflows/tdd.yml index 4a96a80..c42ea1b 100644 --- a/.github/workflows/tdd.yml +++ b/.github/workflows/tdd.yml @@ -26,5 +26,5 @@ jobs: run: | go run mailer.go \ -sender ${{ secrets.MAILER_SENDER }} \ - -smtpUser ${{ secrets.MAILER_USER }} \ - -smtpPassword ${{ secrets.MAILER_PASSWORD }} \ No newline at end of file + -user ${{ secrets.MAILER_USER }} \ + -password ${{ secrets.MAILER_PASSWORD }} \ No newline at end of file