We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bab60f commit b97e8a2Copy full SHA for b97e8a2
.github/workflows/gpt-driver-tests.yml
@@ -145,11 +145,11 @@ jobs:
145
https://api.mobileboost.io/uploadBuild/)
146
147
mobileboost_url=$(echo "$call" | grep -o '"app_link":"[^"]*"' | cut -d '"' -f 4)
148
- echo "${mobileboost_url}" >>$GITHUB_ENV
+ echo "MOBILEBOOST_URL=${mobileboost_url}" >> $GITHUB_ENV
149
curl -X POST https://api.mobileboost.io/tests/execute \
150
-H "Content-Type: application/json" \
151
-d '{
152
- "organisationId": ${{ secrets.MOBILEBOOST_API_ORG_KEY }}",
+ "organisationId": \"${{ secrets.MOBILEBOOST_API_ORG_KEY }}\",
153
"platform": "ios"
154
}'
155
env:
0 commit comments