Skip to content

Commit

Permalink
Update ios-browserstack.yml quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 authored Dec 7, 2023
1 parent 5614ea7 commit 83c6a6b
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 @@ -61,7 +61,7 @@ jobs:
method: "POST"
username: ${{ secrets.BROWSERSTACK_USERNAME }}
password: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
files: '{ "file": ${{ github.workspace }}/build-swift-sample-app/swift-sample-app.ipa", "custom_id": "swift-sample-app" }'
files: '{ "file": "${{ github.workspace }}/build-swift-sample-app/swift-sample-app.ipa", "custom_id": "swift-sample-app" }'

- name: get browserstack app_url
id: get_app_url
Expand Down

0 comments on commit 83c6a6b

Please sign in to comment.