Skip to content

Commit

Permalink
Merge pull request #822 from culturecreates/enhancement/issue-807
Browse files Browse the repository at this point in the history
updated url to be in double quotes
  • Loading branch information
dev-aravind authored Nov 28, 2023
2 parents 2e9c6ff + 9a98e35 commit 5337e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-production-deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '{
Expand Down

0 comments on commit 5337e2d

Please sign in to comment.