Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Dec 8, 2023
1 parent 15c942d commit 5be3c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
run: |
curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" \
-X POST "https://api-cloud.browserstack.com/app-automate/xcuitest/v2/build" \
-d '{"devices": [{"device": "iPhone 15.*", "os_version": "1[56]"}, {"device": "iPhone 14.*", "os_version": "1[56]"}], "app": ${{ steps.upload_ipa.outputs.app_url }}, "testSuite": ${{ steps.upload_test.outputs.test_suite_url }}}' \
-d '{"devices": [{"device": "iPhone 15.*", "os_version": "1[56]"}, {"device": "iPhone 14.*", "os_version": "1[56]"}], "app": "${{ steps.upload_ipa.outputs.app_url }}", "testSuite": "${{ steps.upload_test.outputs.test_suite_url }}"}' \
-H "Content-Type: application/json"

0 comments on commit 5be3c39

Please sign in to comment.