change
All checks were successful
renovate / renovate (push) Successful in 1m12s

This commit is contained in:
2025-11-30 16:51:29 -06:00
parent 2ba863bb98
commit fcbde5abc4

View File

@@ -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" \