From 2afc843b82620521f7049bd00fcd490bc574d895 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 30 Nov 2023 16:04:25 -0700 Subject: [PATCH] Add a checkout for Slack error message when deploy fails --- .github/workflows/platformDeploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 7cf6523ce908..e96a80c9d692 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -341,6 +341,9 @@ jobs: if: ${{ failure() }} needs: [android, desktop, iOS, web] steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Post Slack message on failure uses: Expensify/App/.github/actions/composite/announceFailedWorkflowInSlack@main with: