mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
autoupdater: list updated apps on the matrix message
This commit is contained in:
parent
ffffd7ac2d
commit
4ef9ef59e4
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ def main() -> None:
|
||||||
|
|
||||||
if apps_updated:
|
if apps_updated:
|
||||||
paste_message += f"\n{'=' * 80}\nApps updated:"
|
paste_message += f"\n{'=' * 80}\nApps updated:"
|
||||||
matrix_message += f"\n- {len(apps_updated)} new apps PRs"
|
matrix_message += f"\n- {len(apps_updated)} new apps PRs: {', '.join(str(app) for app in apps_updated.keys())}\n"
|
||||||
for app, info in apps_updated.items():
|
for app, info in apps_updated.items():
|
||||||
paste_message += f"\n- {app}"
|
paste_message += f"\n- {app}"
|
||||||
paste_message += (
|
paste_message += (
|
||||||
|
|
Loading…
Add table
Reference in a new issue