Skip to content

Commit

Permalink
fix: wrong again :(
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 15, 2024
1 parent c875dc8 commit 50f6002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Trigger Amplify Frontend Build
run: curl -X POST -d {} "${{ secrets.AMPLIFY_WEBHOOK }}""
run: curl -X POST -d {} "${{ secrets.AMPLIFY_WEBHOOK }}"

- uses: hashicorp/setup-terraform@v3
with:
Expand Down

0 comments on commit 50f6002

Please sign in to comment.