feat(readme-generator/regen_readme_in_batch): output link to repository
This commit is contained in:
parent
44aa5fc878
commit
f8148babf8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ async def regen_readme(repository, branch):
|
|||
await git(["commit", "-a", "-m", "Auto-update README", "--author='yunohost-bot <yunohost@yunohost.org>'"], in_folder=folder)
|
||||
await git(["push", "origin", branch, "--quiet"], in_folder=folder)
|
||||
|
||||
print(f"Updated {repository}")
|
||||
print(f"Updated https://github.com/{repository}")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue