From 57998e19a9a74c4a0f42d522d787f6f45f875226 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 16 Oct 2025 10:48:38 +0300 Subject: [PATCH] vk-notify --- .github/workflows/deployk8s.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index b7e621d..c58a67b 100644 --- a/.github/workflows/deployk8s.yaml +++ b/.github/workflows/deployk8s.yaml @@ -32,7 +32,7 @@ jobs: TAG: ${{ inputs.tag }} steps: - name: notify - uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD + uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/vk-notify@main with: result: 'started' secrets: ${{ toJSON(secrets) }} @@ -47,7 +47,7 @@ jobs: migrate: ${{ inputs.migrate }} - name: post-notify if: always() - uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD + uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/vk-notify@main with: result: ${{ steps.k8s_deploy.outcome }} name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }} -- 2.49.1