From 495b12533831430a2a9a612fa8902c2f2bc6e77c Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Tue, 19 Sep 2023 11:26:38 +0300 Subject: [PATCH] Add logs Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 0a7e3de..92f6533 100644 --- a/index.js +++ b/index.js @@ -99,6 +99,7 @@ async function commitChanges(filePath, file) { ); console.log('Blob Created') + console.log('File path: ', filePath) const newBlobSha = blobResponse.data.sha; // Create a new tree with the updated blob const treeResponse = await axios.post(