Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
unandyala committed Sep 3, 2024
1 parent 2c76938 commit 37de5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
response=$(curl --location --silent --show-error --write-out "HTTPSTATUS:%{http_code}" --request PATCH "https://cloud.mobify.com/api/projects/${{ env.PROJECT_SLUG }}/target/${{ env.MRT_TARGET_NAME }}/" \
--header "Authorization: Bearer ${{ secrets.MOBIFY_CLIENT_API_KEY }}" \
--header "Content-Type: application/json" \
--data '${{ steps.read_config.outputs.proxy_configs }}')
--data '${{ steps.read_config.outputs.proxy_config_json }}')
http_status=$(echo "$response" | tr -d '\n' | sed -e 's/.*HTTPSTATUS://')
response_body=$(echo "$response" | sed -e 's/HTTPSTATUS\:.*//g')
Expand Down

0 comments on commit 37de5a7

Please sign in to comment.