From bdd7d25943ef7b050e93cb4862171e6bd5694ffa Mon Sep 17 00:00:00 2001 From: Sai Charan Lanka Date: Fri, 6 Aug 2021 20:40:53 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f779444..9f6e686 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: run: docker run -id --name test_netgen vezzal/vezzal:v0 bash | exit - name: Run the testing on the container and send the mail - run: docker exec test_netgen /vezzal/test_netgen.sh "lankasaicharan123@gmail.com" ${{ secrets.MAILING_KEY }} + run: docker exec test_netgen /vezzal/test_netgen.sh "tim@opencircuitdesign.com,lankasaicharan123@gmail.com" ${{ secrets.MAILING_KEY }}