From bf5288071b0944d89c5910b335bfa6ea664cda98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Germann?= Date: Sun, 6 Feb 2022 21:57:05 +0100 Subject: [PATCH] Update testing-docker-image.yml --- .github/workflows/testing-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-docker-image.yml b/.github/workflows/testing-docker-image.yml index 5973ac7..034fea8 100644 --- a/.github/workflows/testing-docker-image.yml +++ b/.github/workflows/testing-docker-image.yml @@ -16,7 +16,7 @@ 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 + uses: devellany/send-mail@v1.0.2 with: host: mail.buanet.de account: ${{secrets.MAIL_USER}}