From fcbde5abc4e3e7e9ad7e4518eabc9a1ad1a2af21 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 30 Nov 2025 16:51:29 -0600 Subject: [PATCH] change --- .gitea/workflows/render-manifests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index cee2e1518..f8be44bac 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -94,7 +94,7 @@ jobs: - name: Check for Changes id: check-changes run: | - git restore --staged ${{ gitea.workspace }}/clusters/**/helm + git restore --staged clusters/**/helm if git status --porcelain | grep -q .; then echo ">> Changes detected" @@ -154,7 +154,6 @@ jobs: #HTTP_STATUS=$( curl -X POST \ --silent \ - --data "${PAYLOAD}" \ -H "Authorization: token ${GITEA_TOKEN}" \ -H "Content-Type: application/json" \