From 4ffade0444af7d5d52bf9bc6cf4fba259e083cfe Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Wed, 20 Sep 2023 14:06:18 +0300 Subject: [PATCH] Add more lgos Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 15eb812..76f308a 100644 --- a/index.js +++ b/index.js @@ -82,8 +82,8 @@ async function commitChanges(file, filePath) { ); const baseTreeSha = branchResponse.data.commit.sha; - console.log(typeof file, file) // Create a new blob with the updated content + console.log('Branch') const blobResponse = await axios.post( `https://api.github.com/repos/${owner}/${repo}/git/blobs`, {