Skip to content

Commit

Permalink
deploy dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamilomolinar committed Nov 13, 2024
1 parent f1fab9d commit 7ae7af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_github_connection(self):

return git_client

def get_remote_json_config(self, git_client: Github, owner, repository, path, branch):
def get_remote_json_config(self, git_client: Github, owner, repository, path, branch=""):
try:
repo = git_client.get_repo(f"{owner}/{repository}")

Expand Down

0 comments on commit 7ae7af7

Please sign in to comment.