change redirection
All checks were successful
renovate / renovate (push) Successful in 1m24s

This commit is contained in:
2025-11-30 16:05:55 -06:00
parent b789f2030e
commit 1e6f90271a

View File

@@ -157,8 +157,7 @@ jobs:
-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}" 2> /dev/stdout \ "${API_ENDPOINT}" | tee /tmp/pr_response.json \
| tee /tmp/pr_response.json \
| head -n 1 | head -n 1
) )