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
: "The QR code can't be generated, because the Desktop build failed";
11520
-
const iOSQRCode = iOSSuccess ? `` : "The QR code can't be generated, because the iOS build failed";
11521
-
const webQRCode = webSuccess ? `` : "The QR code can't be generated, because the web build failed";
: `The QR code can't be generated, because the ${names[platform]} build failed`;
11523
+
acc[platform] = {
11524
+
link,
11525
+
qrCode,
11526
+
};
11527
+
return acc;
11528
+
}, {});
11522
11529
const message = `:test_tube::test_tube: Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! :test_tube::test_tube:
: "The QR code can't be generated, because the Desktop build failed";
24
-
constiOSQRCode=iOSSuccess ? `` : "The QR code can't be generated, because the iOS build failed";
25
-
constwebQRCode=webSuccess ? `` : "The QR code can't be generated, because the web build failed";
constmessage=`:test_tube::test_tube: Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! :test_tube::test_tube:
- name: Warn deployers if Android production deploy failed
145
+
if: ${{ failure() }}
146
+
uses: 8398a7/action-slack@v3
147
+
with:
148
+
status: custom
149
+
custom_payload: |
150
+
{
151
+
channel: '#deployer',
152
+
attachments: [{
153
+
color: "#DB4545",
154
+
pretext: `<!subteam^S4TJJ3PSL>`,
155
+
text: `💥 Android production deploy failed. Please manually submit ${{ needs.prep.outputs.APP_VERSION }} in the <https://play.google.com/console/u/0/developers/8765590895836334604/app/4973041797096886180/releases/overview|Google Play Store>. 💥`,
0 commit comments