From 760f9d4eb996cc5f43175d9656a1c5ea42ab06c3 Mon Sep 17 00:00:00 2001 From: Georgia Monahan Date: Mon, 31 Mar 2025 11:28:56 +0100 Subject: [PATCH] Remove step of deployers searching SO --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a1383114e7a47..7d9ba4092e53c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -225,7 +225,7 @@ jobs: attachments: [{ color: "#DB4545", pretext: ``, - text: `💥 Android HybridApp production deploy failed. Please manually submit ${{ needs.prep.outputs.APP_VERSION }} in the . 💥`, + text: `💥 Android HybridApp production deploy failed. Please ${{ needs.prep.outputs.APP_VERSION }} in the . 💥`, }] } env: @@ -430,7 +430,7 @@ jobs: attachments: [{ color: "#DB4545", pretext: ``, - text: `💥 iOS HybridApp production deploy failed. Please manually submit ${{ steps.getIOSVersion.outputs.IOS_VERSION }} in the . 💥`, + text: `💥 iOS HybridApp production deploy failed. Please ${{ steps.getIOSVersion.outputs.IOS_VERSION }} in the . 💥`, }] } env: