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 de47a2d commit d0b8d0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/github_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ def create_branch_and_push_all_changes(self, repo_dir, branch_name: str, commit_
import os
with open(os.path.join(repo_dir, d.b_path), "r") as f:
content = f.read()
print("====================================")
print(str(d.b_mode))
print("====================================")
item = InputGitTreeElement(
path=d.b_path,
mode=str(d.b_mode),
Expand Down

0 comments on commit d0b8d0c

Please sign in to comment.