mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Add logs
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
556815239c
commit
495b125338
1
index.js
1
index.js
@ -99,6 +99,7 @@ async function commitChanges(filePath, file) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
console.log('Blob Created')
|
console.log('Blob Created')
|
||||||
|
console.log('File path: ', filePath)
|
||||||
const newBlobSha = blobResponse.data.sha;
|
const newBlobSha = blobResponse.data.sha;
|
||||||
// Create a new tree with the updated blob
|
// Create a new tree with the updated blob
|
||||||
const treeResponse = await axios.post(
|
const treeResponse = await axios.post(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user