Merge pull request 'new_notify' (#19) from new_notify into main

Reviewed-on: #19
This commit is contained in:
2025-09-23 15:53:36 +00:00

View File

@@ -38,6 +38,7 @@ jobs:
secrets: ${{ toJSON(secrets) }}
name: deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
- name: deploy
id: k8s_deploy
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/k8s@HEAD
with:
secrets: ${{ toJSON(secrets) }}
@@ -48,6 +49,6 @@ jobs:
if: always()
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
with:
result: ${{ needs.deploy.result}}
result: ${{ steps.k8s_deploy.outcome }}
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
secrets: ${{ toJSON(secrets) }}