From a781358600a725bb5fa138fc7ebf1decf432beba Mon Sep 17 00:00:00 2001 From: log101 Date: Fri, 17 May 2024 09:06:34 +0000 Subject: [PATCH] Update .gitea/workflows/astro-deploy.yaml --- .gitea/workflows/astro-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/astro-deploy.yaml b/.gitea/workflows/astro-deploy.yaml index 0ae2fb1..6410674 100644 --- a/.gitea/workflows/astro-deploy.yaml +++ b/.gitea/workflows/astro-deploy.yaml @@ -69,5 +69,5 @@ jobs: key: ${{ secrets.KEY }} port: ${{ secrets.PORT }} script: | - echo -e "Subject: Act Runner Report\n\nJob has finished with status ${{ job.status }}" | sendmail ffrknerdm@gmail.com + echo -e "Subject: Act Runner Report: ${{ job.status}}\nFrom: gitea@log101.dev\n\nJob has finished with status ${{ job.status }}" | sendmail ffrknerdm@gmail.com