From 9a98e350defb2e60e50c22541bc767c128a06afc Mon Sep 17 00:00:00 2001 From: dev-aravind <132546883+dev-aravind@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:25:13 +0530 Subject: [PATCH] updated url to be in double quotes --- .github/workflows/build-production-deploy-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-production-deploy-s3.yml b/.github/workflows/build-production-deploy-s3.yml index 986f789ea..c9124d08a 100644 --- a/.github/workflows/build-production-deploy-s3.yml +++ b/.github/workflows/build-production-deploy-s3.yml @@ -40,7 +40,7 @@ jobs: - name: Send Email on Success if: success() run: curl --request POST \ - --url https://api.sendgrid.com/v3/mail/send \ + --url 'https://api.sendgrid.com/v3/mail/send' \ --header 'Authorization:Bearer ${{ secrets.SENDGRID_API_KEY }}' \ --header 'Content-Type:application/json' \ --data '{