From c621e392f42b6b8109c40eb89ca9983a476e2e05 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 20 Feb 2026 16:47:23 +0300 Subject: [PATCH] fix message deploy --- .github/workflows/deployk8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index e8e3c8c..8ee06ac 100644 --- a/.github/workflows/deployk8s.yaml +++ b/.github/workflows/deployk8s.yaml @@ -71,4 +71,4 @@ jobs: VK_TEAMS_CHAT_ID: ${{ secrets.VK_TEAMS_CHAT_ID }} with: result: ${{ steps.k8s_deploy.outcome }} - name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }} + name: deploy ${{ inputs.environment }} tag ${{ inputs.tag }}