Update logs

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar
2023-09-18 15:39:37 +03:00
parent 4e6a7aea88
commit aeaf77a84e

View File

@@ -104,7 +104,7 @@ async function commitChanges(filePath) {
},
}
);
console.log('blobResponse: ' + blobResponse.data)
console.log('blobResponse success')
const newBlobSha = blobResponse.data.sha;
// Create a new tree with the updated blob
@@ -129,7 +129,7 @@ async function commitChanges(filePath) {
}
);
console.log('treeResponse: ' + treeResponse.data)
console.log('treeResponse success')
const newTreeSha = treeResponse.data.sha;
// Create a new commit
@@ -148,6 +148,7 @@ async function commitChanges(filePath) {
}
);
console.log('commitResponse success')
const newCommitSha = commitResponse.data.sha;
// Update the branch reference