From 883755eed30f38d100540e7b6a81fcc863666fe7 Mon Sep 17 00:00:00 2001 From: Sai Charan Lanka Date: Sun, 1 Aug 2021 00:29:10 +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 667aeed..8c5b263 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: Start the container with the docker image run: docker run -id --name test_netgen vezzal/vezzal:v0 bash | exit - - name: Run the testing on the container and sends the mail + - 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 }}