From 8d1b8269c728bce25b57804cde44e551b3a09050 Mon Sep 17 00:00:00 2001 From: jad0s Date: Thu, 21 May 2026 10:05:58 +0200 Subject: [PATCH] fix(actions): missing dot --- .forgejo/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/validate.yaml b/.forgejo/workflows/validate.yaml index 0ae13c6..6fd2004 100644 --- a/.forgejo/workflows/validate.yaml +++ b/.forgejo/workflows/validate.yaml @@ -48,7 +48,7 @@ jobs: - name: Install ArgoCD run: | kubectl create namespace argocd - kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/installyaml + kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml kubectl wait --for=condition=available --timeout=180s deployment/argocd-server -n argocd - name: Install SealedSecrets run: |