From aeaf77a84e826fe0683a2753ef5c1ad6348e56c6 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Mon, 18 Sep 2023 15:39:37 +0300 Subject: [PATCH] Update logs Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 5218536..7b7e70e 100644 --- a/index.js +++ b/index.js @@ -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