mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 05:08:32 +00:00
Return the schema
This commit is contained in:
parent
8a8c3de8c4
commit
1cb6465f22
@ -12,7 +12,8 @@ def pull_from_remote():
|
||||
|
||||
|
||||
def push_to_remote(comment=None):
|
||||
return GitService().push_to_remote(comment)
|
||||
repo_model = GitService().push_to_remote(comment)
|
||||
return GitRepoSchema().dump(repo_model)
|
||||
|
||||
|
||||
def merge_with_branch(branch):
|
||||
|
Loading…
x
Reference in New Issue
Block a user