Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-19 11:26:38 +03:00
parent 556815239c
commit 495b125338
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -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(