Skip to content

Commit fa60546

Browse files
Update deploy.yaml
1 parent bb89739 commit fa60546

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ jobs:
11261126

11271127

11281128
- name: Manage ArgoCD Applications
1129-
uses: ./.github/actions/argocd-manage
1129+
uses: ./reusable/.github/actions/argocd-manage
11301130
with:
11311131
argocd_auth_token: ${{ inputs.argocd_auth_token }}
11321132
argocd_username: ${{ inputs.argocd_username }}
@@ -1141,4 +1141,5 @@ jobs:
11411141
delete_first: ${{ inputs.delete_first }}
11421142
delete_only: ${{ inputs.delete_only }}
11431143
skip_status_check: ${{ inputs.skip_status_check }}
1144-
no_fail: false # set to true in restore-cluster workflow
1144+
no_fail: false
1145+

0 commit comments

Comments
 (0)