Skip to content

Commit b97e8a2

Browse files
committed
Update gpt-driver-tests.yml
1 parent 7bab60f commit b97e8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gpt-driver-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ jobs:
145145
https://api.mobileboost.io/uploadBuild/)
146146
147147
mobileboost_url=$(echo "$call" | grep -o '"app_link":"[^"]*"' | cut -d '"' -f 4)
148-
echo "${mobileboost_url}" >>$GITHUB_ENV
148+
echo "MOBILEBOOST_URL=${mobileboost_url}" >> $GITHUB_ENV
149149
curl -X POST https://api.mobileboost.io/tests/execute \
150150
-H "Content-Type: application/json" \
151151
-d '{
152-
"organisationId": ${{ secrets.MOBILEBOOST_API_ORG_KEY }}",
152+
"organisationId": \"${{ secrets.MOBILEBOOST_API_ORG_KEY }}\",
153153
"platform": "ios"
154154
}'
155155
env:

0 commit comments

Comments
 (0)