Automated Manifest Update: 2025-11-30 #2154

Closed
gitea-bot wants to merge 42 commits from auto/update-manifests-1764545295 into manifests
Showing only changes of commit a9f2dc375c - Show all commits

View File

@@ -94,7 +94,7 @@ jobs:
- name: Check for Changes
id: check-changes
run: |
git restore --staged clusters/**/helm
git restore clusters/**/helm
if git status --porcelain | grep -q .; then
echo ">> Changes detected"
@@ -153,11 +153,11 @@ jobs:
#HTTP_STATUS=$(
curl -X POST \
--output /tmp/pr_response
--data "${PAYLOAD}" \
--output /tmp/pr_response \
--data "$PAYLOAD" \
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \
"${API_ENDPOINT}"
"$API_ENDPOINT"
#)
echo ">> Gitea API Response Body ..."