4 Commits

Author SHA1 Message Date
52f6139528 Merge pull request 'new_notify' (#44) from new_notify into main
Reviewed-on: #44
2025-10-16 07:49:03 +00:00
de7b8c7d7f Merge branch 'main' into new_notify 2025-10-16 07:48:53 +00:00
1fdc459c07 Merge branch 'new_notify' of bb.hublab.ru:HUB/workflows into new_notify 2025-10-16 10:48:40 +03:00
57998e19a9 vk-notify 2025-10-16 10:48:38 +03:00

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