From 3a41dbd7f291c8e0b5cc3d4e58af3d9020a0cb63 Mon Sep 17 00:00:00 2001 From: hkir-dev Date: Wed, 16 Jun 2021 10:25:51 +0100 Subject: [PATCH] #103 --- .github/workflows/marker_check.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/marker_check.yaml b/.github/workflows/marker_check.yaml index e8ae83e3..86e34f01 100644 --- a/.github/workflows/marker_check.yaml +++ b/.github/workflows/marker_check.yaml @@ -50,8 +50,7 @@ jobs: # email body as text body: ${{steps.marker-report.outputs.validation-report}} # comma-separated string, send email to - to: hkir@ebi.ac.uk -# to: ${{secrets.MAIL_TO}} -# cc: ${{secrets.MAIL_CC}} + to: ${{secrets.MAIL_TO}} + cc: ${{secrets.MAIL_CC}} # from email name from: BDS Build Robot \ No newline at end of file