Skip to content

Commit

Permalink
Update deployment.yaml | Switch to Double Quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg authored Apr 16, 2024
1 parent 56eb293 commit eff9687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ jobs:
run: |
COMMIT_SHA=${{ github.sha }}
JSON='{ "substitutions": { "care_be_tag":"'"$COMMIT_SHA"'", "care_fe_tag": "", "metabase_tag": "" } }'
curl --location '${{ secrets.STAGING_GCP_DEPLOY_URL }}' \
curl --location "${{ secrets.STAGING_GCP_DEPLOY_URL }}" \
--header 'Content-Type: application/json' --data "$JSON"

0 comments on commit eff9687

Please sign in to comment.