Skip to content

Commit

Permalink
Test github sign
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Nov 26, 2024
1 parent 15322fa commit 3b0eb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def create_branch_and_push_all_changes(self, repo_dir, branch_name: str, commit_
new_tree = self.__repo.create_git_tree(tree_elements, base_tree)
commit = self.__repo.create_git_commit(
message=commit_message,
tree=new_tree.sha,
tree=new_tree,
parents=[base_branch.commit.sha]
)

Expand Down

0 comments on commit 3b0eb56

Please sign in to comment.