1 Commits

Author SHA1 Message Date
eb8b6723ac Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 22s
2025-11-30 22:14:09 +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!"