You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMMENT="APK file: $PUBLIC_URL/$BUILD.apk\n\n\n\nTo test this change or fix, download and install the APK above. It can run in parallel to your existing app."
102
-
103
-
curl -s -X POST \
104
-
-H "Authorization: token $GITHUB_TOKEN" \
105
-
-H "Content-Type: application/json" \
106
-
-d "$(jq -n --arg body "$COMMENT" '{body: $body}')" \
0 commit comments