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
body: '🎉 Debug APK built and uploaded! You can find it in the [workflow artifacts](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).'
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