1 Commits

Author SHA1 Message Date
4baee40cf7 Update php Docker tag to v8.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 15s
2025-11-30 22:54:47 +00:00

View File

@@ -94,7 +94,7 @@ jobs:
- name: Check for Changes
id: check-changes
run: |
git restore clusters/**/helm
git restore --staged 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 ..."