4 Commits

Author SHA1 Message Date
ef90927312 Merge pull request 'new_notify' (#17) from new_notify into main
Reviewed-on: #17
2025-09-23 15:28:22 +00:00
8c7b4b5b1b Merge branch 'main' into new_notify 2025-09-23 15:28:15 +00:00
ac8829e417 Merge branch 'new_notify' of bb.hublab.ru:HUB/workflows into new_notify 2025-09-23 18:28:01 +03:00
44a12848a4 change 2025-09-23 18:27:54 +03:00

View File

@@ -44,12 +44,10 @@ jobs:
environment: ${{ inputs.environment }} environment: ${{ inputs.environment }}
tag: ${{ inputs.tag }} tag: ${{ inputs.tag }}
migrate: ${{ inputs.migrate }} migrate: ${{ inputs.migrate }}
- name: post-notify
notify: if: always()
needs: [deploy] uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
if: always() with:
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD result: ${{ needs.deploy.result}}
with: name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
result: ${{ needs.deploy.result}} secrets: inherit
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
secrets: inherit