mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-23 06:16:41 +00:00
Update logs
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
4e6a7aea88
commit
aeaf77a84e
5
index.js
5
index.js
@ -104,7 +104,7 @@ async function commitChanges(filePath) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
console.log('blobResponse: ' + blobResponse.data)
|
console.log('blobResponse success')
|
||||||
|
|
||||||
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
|
||||||
@ -129,7 +129,7 @@ async function commitChanges(filePath) {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log('treeResponse: ' + treeResponse.data)
|
console.log('treeResponse success')
|
||||||
const newTreeSha = treeResponse.data.sha;
|
const newTreeSha = treeResponse.data.sha;
|
||||||
|
|
||||||
// Create a new commit
|
// Create a new commit
|
||||||
@ -148,6 +148,7 @@ async function commitChanges(filePath) {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
console.log('commitResponse success')
|
||||||
const newCommitSha = commitResponse.data.sha;
|
const newCommitSha = commitResponse.data.sha;
|
||||||
|
|
||||||
// Update the branch reference
|
// Update the branch reference
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user