From 615428cc1952ba7f8d6e955e455aac424b460155 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Thu, 4 Jul 2024 13:40:06 +0530 Subject: [PATCH] add continue on error in second attempt --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index aea9e6d..ee46387 100644 --- a/action.yaml +++ b/action.yaml @@ -163,6 +163,7 @@ runs: - name: Helm install again id: helm-install-2 if: steps.helm-install-1.outcome == 'failure' + continue-on-error: true run: | helm delete ${{ inputs.name }} --debug --namespace ${{ steps.set-namespace.outputs.namespace }} --wait || true sleep 5