From 118892975ad5c88cdfc8d93450dd6f105740627c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Germann?= Date: Sun, 6 Feb 2022 21:55:46 +0100 Subject: [PATCH] Update testing-docker-image.yml --- .github/workflows/testing-docker-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing-docker-image.yml b/.github/workflows/testing-docker-image.yml index c811242..5973ac7 100644 --- a/.github/workflows/testing-docker-image.yml +++ b/.github/workflows/testing-docker-image.yml @@ -16,12 +16,12 @@ jobs: curl --insecure http://127.0.0.1:8081 2> /dev/null | grep 'Admin' &> /dev/null || exit 1 - name: Send email - uses: devellany/send-mail@v1.0.2 + uses: devellany/send-mail@v1 with: host: mail.buanet.de account: ${{secrets.MAIL_USER}} password: ${{secrets.MAIL_PASS}} - sender: devellany + sender: Notify from: noreply@buanet.de to: andre@buanet.de subject: \[GitHub Actions\] ioBroker.Docker - Testing Docker image @@ -29,7 +29,6 @@ jobs: contentType: text/html attachments: file://testrun.log - # - name: Send notification # uses: dawidd6/action-send-mail@v3 # with: