1 Commits

Author SHA1 Message Date
26ad7a6657 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 11s
2025-11-30 22:14:05 +00:00

View File

@@ -157,14 +157,14 @@ jobs:
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \
--data "${PAYLOAD}" \
"${API_ENDPOINT}" | tee /tmp/pr_response \
"${API_ENDPOINT}" | tee /tmp/pr_response.json \
| head -n 1
)
echo ">> Gitea API Response Body ..."
echo "----"
echo "$(cat /tmp/pr_response)"
echo "----"
echo ">> Gitea API Response Body ...
echo "----
echo "$(cat /tmp/pr_response.json)"
echo "----
if [ "$HTTP_STATUS" == "201" ]; then
echo ">> Pull Request created successfully!"