vk-notify

This commit is contained in:
2025-10-16 10:48:38 +03:00
parent 23c6930c11
commit 57998e19a9

View File

@@ -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 }}