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`, {