From 95b1e8fb73258a50a0e1b23651087ec1c68ccc8b Mon Sep 17 00:00:00 2001 From: caelebfi Date: Mon, 19 Aug 2024 10:56:20 +0200 Subject: [PATCH] debug mail --- .gitea/workflows/build.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 850183b..73881da 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -42,12 +42,13 @@ jobs: harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} - name: Send mail if: always() - uses: https://github.com/dawidd6/action-send-mail@v3 + uses: dawidd6/action-send-mail@v3 with: - to: ${{ secrets.MAIL_TO }} - from: Gitea - subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }} - priority: high - convert_markdown: true - html_body: | - ### Job ${{ job.status }} \ No newline at end of file + connection_url: ${{ secrets.MAIL_CONNECTION }} + to: ${{ secrets.MAIL_TO }} + from: Gitea + subject: ${{ gitea.repository }} ${{gitea.workflow}} ${{ job.status }} + priority: high + convert_markdown: true + html_body: | + ### Job ${{ job.status }} \ No newline at end of file