Skip to content

Commit

Permalink
fix: missing curly braces in the json body
Browse files Browse the repository at this point in the history
  • Loading branch information
printSANO committed Oct 27, 2024
1 parent 95a1482 commit c476f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
run: |
curl -X POST https://techeer-029051b54345.herokuapp.com/api/v1/deploy/image \
-H "Content-Type: application/json" \
-d '{"imageName": "'"$IMAGE_NAME"'", "imageTag": "'"$DOCKER_IMAGE_TAG"'", "secret": "'"$SLACK_SECRET"'"'
-d '{"imageName": "'"$IMAGE_NAME"'", "imageTag": "'"$DOCKER_IMAGE_TAG"'", "secret": "'"$SLACK_SECRET"'"}'

0 comments on commit c476f1f

Please sign in to comment.