We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb89739 commit fa60546Copy full SHA for fa60546
1 file changed
.github/workflows/deploy.yaml
@@ -1126,7 +1126,7 @@ jobs:
1126
1127
1128
- name: Manage ArgoCD Applications
1129
- uses: ./.github/actions/argocd-manage
+ uses: ./reusable/.github/actions/argocd-manage
1130
with:
1131
argocd_auth_token: ${{ inputs.argocd_auth_token }}
1132
argocd_username: ${{ inputs.argocd_username }}
@@ -1141,4 +1141,5 @@ jobs:
1141
delete_first: ${{ inputs.delete_first }}
1142
delete_only: ${{ inputs.delete_only }}
1143
skip_status_check: ${{ inputs.skip_status_check }}
1144
- no_fail: false # set to true in restore-cluster workflow
+ no_fail: false
1145
+
0 commit comments