web_deploy: return repo name in status response

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-07-29 14:07:42 -04:00
parent 6467cc6b89
commit 8ad19e6054
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@ class WebClientDeploy(BaseDeploy):
def get_update_status(self) -> Dict[str, Any]:
return {
'name': self.name,
'repo_name': self.project_name,
'owner': self.owner,
'version': self.version,
'remote_version': self.remote_version,