From 5e878c74c52aac01459999510d161101f44e52a7 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 23 Sep 2025 18:52:58 +0300 Subject: [PATCH] change to step politic correct (i think) --- .github/workflows/deployk8s.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index d3f5d42..b7e621d 100644 --- a/.github/workflows/deployk8s.yaml +++ b/.github/workflows/deployk8s.yaml @@ -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) }} \ No newline at end of file