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 68a25dc9fd - Show all commits

View File

@@ -154,11 +154,13 @@ jobs:
HTTP_STATUS=$(
curl -X POST \
--write-out '%{http_code}' \
--silent \
--output /tmp/pr_response \
-H "Authorization: token ${GITEA_TOKEN}" \
-H "Content-Type: application/json" \
--data "${PAYLOAD}" \
"${API_ENDPOINT}" | tee /tmp/pr_response \
| head -n 1
"${API_ENDPOINT}"
)
echo ">> Gitea API Response Body ..."