1 Commits

Author SHA1 Message Date
5c3447e606 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 20s
2025-11-30 22:18:40 +00:00

View File

@@ -154,13 +154,11 @@ jobs:
HTTP_STATUS=$( HTTP_STATUS=$(
curl -X POST \ curl -X POST \
--write-out '%{http_code}' \
--silent \
--output /tmp/pr_response \
-H "Authorization: token ${GITEA_TOKEN}" \ -H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
--data "${PAYLOAD}" \ --data "${PAYLOAD}" \
"${API_ENDPOINT}" "${API_ENDPOINT}" | tee /tmp/pr_response \
| head -n 1
) )
echo ">> Gitea API Response Body ..." echo ">> Gitea API Response Body ..."