From dcc986baad8974728b720de3e2f5be8918ee037c Mon Sep 17 00:00:00 2001 From: ChiragSharma Date: Fri, 13 Dec 2024 07:18:24 +0000 Subject: [PATCH] fix: added change in hotfix action --- .github/workflows/hotfix-wf-service.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hotfix-wf-service.yml b/.github/workflows/hotfix-wf-service.yml index 38bb06664..2f4c9f4ee 100644 --- a/.github/workflows/hotfix-wf-service.yml +++ b/.github/workflows/hotfix-wf-service.yml @@ -329,6 +329,7 @@ jobs: send-to-slack: runs-on: ubuntu-latest needs: [update-helm-chart,build-and-push-ee-image,build-and-push-image] + environment: ${{ inputs.environment }} if: ${{ needs.update-helm-chart.result == 'success' }} permissions: contents: read