1 Commits

Author SHA1 Message Date
2c7602c51c 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 21s
2025-11-30 21:58:01 +00:00

View File

@@ -157,7 +157,8 @@ jobs:
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \
--data "${PAYLOAD}" \
"${API_ENDPOINT}" | tee /tmp/pr_response.json \
"${API_ENDPOINT}" 2> /dev/stdout \
| tee /tmp/pr_response.json \
| head -n 1
)