Skip to content

Commit

Permalink
add continue on error in second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jul 4, 2024
1 parent 0575313 commit 615428c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 615428c

Please sign in to comment.