From b961a9185a3cb197ac5902108788284460da6f01 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 27 Mar 2020 10:06:02 +0100 Subject: [PATCH] workflows: without address in from input --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c5c16b..f4feb7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,5 +36,5 @@ jobs: subject: ${{github.repository}} body: ${{matrix.body}} to: ${{github.event.pusher.email}} - from: github-actions <${{secrets.FROM}}> + from: github-actions content_type: ${{matrix.content_type}}