Automated Manifest Update: 2025-11-30 #2154

Closed
gitea-bot wants to merge 42 commits from auto/update-manifests-1764545295 into manifests
Showing only changes of commit 1e6f90271a - Show all commits

View File

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