Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-takale-eminds authored Sep 25, 2024
1 parent 1ad225a commit 4870fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Trigger taxi-bpp-v2 deployment if changes are detected
if: env.taxi_bpp_changed == 'true'
run: |
curl -X POST -d {} -H "Content-Type:application/json" ${{ secrets.TAXI_AMPLIFY_WEBHOOK_URL }}
curl -X POST -d {} "${{ secrets.TAXI_AMPLIFY_WEBHOOK_URL }}" -H "Content-Type:application/json"

0 comments on commit 4870fd4

Please sign in to comment.