Skip to content

Commit

Permalink
printing body for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLev committed Apr 1, 2024
1 parent beef513 commit b637fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit b637fc5

Please sign in to comment.