From ae2dbd7484a22cc830a1d218147f01386c4f7b9f Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Tue, 19 Sep 2023 11:17:36 +0300 Subject: [PATCH] Add logs Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3e0c5cd..1cadeca 100644 --- a/index.js +++ b/index.js @@ -82,7 +82,7 @@ async function commitChanges(filePath, file) { ); const baseTreeSha = branchResponse.data.commit.sha; - + console.log(file) // Create a new blob with the updated content const blobResponse = await axios.post( `https://api.github.com/repos/${owner}/${repo}/git/blobs`,