use html_url for description template
This commit is contained in:
parent
a3c7618824
commit
2b30e4cce9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def get_config_files() -> list[str | PathLike[str]]:
|
|||
def make_description(template: str, repo: ForgejoRepository) -> str:
|
||||
return template.format(
|
||||
description=repo.description,
|
||||
url=repo.url,
|
||||
url=repo.html_url,
|
||||
website=repo.website,
|
||||
full_name=repo.full_name,
|
||||
clone_url=repo.clone_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue