change 2nd notify #16
2
.github/workflows/deployk8s.yaml
vendored
2
.github/workflows/deployk8s.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
|||||||
notify:
|
notify:
|
||||||
needs: [deploy]
|
needs: [deploy]
|
||||||
if: always()
|
if: always()
|
||||||
uses: HUB/workflows/.github/workflows/notify.yaml@main
|
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
|
||||||
with:
|
with:
|
||||||
result: ${{ needs.deploy.result}}
|
result: ${{ needs.deploy.result}}
|
||||||
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user