Searched refs:push_url (Results 1 – 1 of 1) sorted by relevance
180 def push_url(self) -> str: member in ReleaseWorkflow292 push_url = self.push_url293 print('Pushing to {} {}'.format(push_url, branch_name))294 local_repo.git.push(push_url, 'HEAD:{}'.format(branch_name), force=True)331 local_repo.git.push(self.push_url, f'{branch}:{head_branch}', force=True)339 raise Exception("Failed to mirror branch into {}".format(self.push_url))