From c62dbde4b92379a4095e7e445f057bbfe1308ed4 Mon Sep 17 00:00:00 2001 From: reubensamuel <110553227+reubensamuel@users.noreply.github.com> Date: Tue, 28 Feb 2023 14:33:45 +0000 Subject: [PATCH] GAT-1887:Slack Channel bug --- .github/workflows/prod_deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prod_deployment.yaml b/.github/workflows/prod_deployment.yaml index e37699c73..33848c9f6 100644 --- a/.github/workflows/prod_deployment.yaml +++ b/.github/workflows/prod_deployment.yaml @@ -79,6 +79,7 @@ jobs: # Deployment please don't modify anything here as the infrastructure id: releasenotificationsent uses: act10ns/slack@v1 with: + status: Completed channel: ${{ env.SLACK_RELEASE_CHANNEL }} message: 'GAT Live Release -''${{ steps.getversion.outputs.version }}'' successfully finished' if: success()