From 4c048d91f7b2a294614c9f415d3fd5cea3945780 Mon Sep 17 00:00:00 2001 From: Tanish Date: Tue, 7 Nov 2023 02:15:14 +0530 Subject: [PATCH] Update integration_test.yml --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index ad32f33..8fd728d 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -22,7 +22,7 @@ jobs: echo ' "username": "${{ vars.USERNAME }}",' >> $USER_CONFIG echo ' "password": "${{ vars.PASSWORD }}",' >> $USER_CONFIG echo ' "phone_number": "${{ vars.PHONE_NUMBER || '' }}",' >> $USER_CONFIG - echo ' "email": "${{ vars.EMAIL || '' }}",' >> $USER_CONFIG + echo ' "email": "${{ vars.EMAIL || '' }}"' >> $USER_CONFIG echo '}' >> $USER_CONFIG cat $USER_CONFIG - name: Set up JDK 21