fix
All checks were successful
renovate / renovate (push) Successful in 1m14s

This commit is contained in:
2025-11-30 16:17:32 -06:00
parent e23dbd4df2
commit 96a44b823e

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.json \
"${API_ENDPOINT}" | tee /tmp/pr_response \
| head -n 1
)
echo ">> Gitea API Response Body ...
echo "----
echo "$(cat /tmp/pr_response.json)"
echo "----
echo ">> Gitea API Response Body ..."
echo "----"
echo "$(cat /tmp/pr_response)"
echo "----"
if [ "$HTTP_STATUS" == "201" ]; then
echo ">> Pull Request created successfully!"