diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index 149e991ec..8e4c07e7f 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -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 )