diff --git a/.github/workflows/integration-deployment.yml b/.github/workflows/integration-deployment.yml index 0088830..391a9f3 100644 --- a/.github/workflows/integration-deployment.yml +++ b/.github/workflows/integration-deployment.yml @@ -133,6 +133,7 @@ jobs: console.log(rawResponse); const response = await rawResponse.json(); + console.log(response); const toBeDeleted = response.revisions.sort((a, b) => (new Date(b.createTime) - new Date(a.createTime))).slice(1); const deletionPromises = [];