Skip to content

Commit

Permalink
Add more lgos
Browse files Browse the repository at this point in the history
Signed-off-by: Shakar Bakr <[email protected]>
  • Loading branch information
5h4k4r committed Sep 20, 2023
1 parent c029226 commit 4ffade0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
{
Expand Down

0 comments on commit 4ffade0

Please sign in to comment.