Skip to content

Commit

Permalink
Updated trigger-amplify.yml with additional header in curl
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-takale-eminds authored Jul 17, 2024
1 parent 287b4d8 commit 25e32f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:

- name: Trigger AWS Amplify Deployment via Webhook
run: |
curl -X POST ${{ secrets.AMPLIFY_WEBHOOK_URL }}
curl -X POST -d {} ${{ secrets.AMPLIFY_WEBHOOK_URL }} -H "Content-Type:application/json"

0 comments on commit 25e32f5

Please sign in to comment.